summary refs log tree commit diff
path: root/pkgs/desktops/deepin/deepin-wm
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-11-08 23:37:01 -0200
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-11-10 12:37:05 -0200
commit7bfab6e5eb4291f6e0785629668d4210a7b256a3 (patch)
treef980e88999b72afd8fde692cf821bb4c8ef02c56 /pkgs/desktops/deepin/deepin-wm
parent02931474a71ba779d374e7e8682fa4f21ff27892 (diff)
downloadnixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.tar
nixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.tar.gz
nixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.tar.bz2
nixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.tar.lz
nixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.tar.xz
nixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.tar.zst
nixpkgs-7bfab6e5eb4291f6e0785629668d4210a7b256a3.zip
deepin.deepin-wm: 1.9.32 -> 1.9.33
Diffstat (limited to 'pkgs/desktops/deepin/deepin-wm')
-rw-r--r--pkgs/desktops/deepin/deepin-wm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/deepin/deepin-wm/default.nix b/pkgs/desktops/deepin/deepin-wm/default.nix
index 66aec528f37..db60e7b499b 100644
--- a/pkgs/desktops/deepin/deepin-wm/default.nix
+++ b/pkgs/desktops/deepin/deepin-wm/default.nix
@@ -6,13 +6,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "deepin-wm";
-  version = "1.9.32";
+  version = "1.9.33";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    sha256 = "02vwbkfpxcwv01vqa70pg7dm0lhm1lwhdqhk057r147a9cjb3ssc";
+    sha256 = "01l2np31g7fnh61fgq927h7a6xrmdvagqd41vr29a6cc3q9q9rzv";
   };
 
   nativeBuildInputs = [