about summary refs log tree commit diff
path: root/pkgs/desktops/deepin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 03:39:13 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 03:39:13 -0800
commita3b5010856575f392c67b8b9965d4ba1ceaa6aa3 (patch)
treeb6e49397f395c63e7f0b89077d2ab3899bb251a2 /pkgs/desktops/deepin
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.tar
nixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.tar.gz
nixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.tar.bz2
nixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.tar.lz
nixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.tar.xz
nixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.tar.zst
nixlib-a3b5010856575f392c67b8b9965d4ba1ceaa6aa3.zip
deepin.dde-calendar: 1.2.5 -> 1.2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dde-calendar/versions
Diffstat (limited to 'pkgs/desktops/deepin')
-rw-r--r--pkgs/desktops/deepin/dde-calendar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/deepin/dde-calendar/default.nix b/pkgs/desktops/deepin/dde-calendar/default.nix
index 6d0abab2100f..631471527f3a 100644
--- a/pkgs/desktops/deepin/dde-calendar/default.nix
+++ b/pkgs/desktops/deepin/dde-calendar/default.nix
@@ -5,13 +5,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "dde-calendar";
-  version = "1.2.5";
+  version = "1.2.6";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    sha256 = "1a5zxpz7zncw6mrzv8zmn0j1vk0c8fq0m1xhmnwllffzybrhn4y7";
+    sha256 = "0k973rv0prvr7cg1xwg7kr14fkx13aslhiqc3q7vpakfk53qsw4n";
   };
 
   nativeBuildInputs = [