about summary refs log tree commit diff
path: root/pkgs/desktops/deepin
diff options
context:
space:
mode:
authorrewine <lhongxu@outlook.com>2023-07-03 16:36:43 +0800
committerrewine <lhongxu@outlook.com>2023-07-03 16:44:08 +0800
commit64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93 (patch)
tree45de0d6fb304f528f17d9ea5642c4f3788465581 /pkgs/desktops/deepin
parent87a15ed501198389297a08ac471ccf0af2965d56 (diff)
downloadnixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.tar
nixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.tar.gz
nixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.tar.bz2
nixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.tar.lz
nixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.tar.xz
nixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.tar.zst
nixlib-64a3f0ea07ae1dc4825abf2cd3ae2f7828c54e93.zip
deepin.dde-file-manager: 6.0.15 -> 6.0.23
Diffstat (limited to 'pkgs/desktops/deepin')
-rw-r--r--pkgs/desktops/deepin/core/dde-file-manager/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/deepin/core/dde-file-manager/default.nix b/pkgs/desktops/deepin/core/dde-file-manager/default.nix
index c34e2cc4f900..21d9ac3fa892 100644
--- a/pkgs/desktops/deepin/core/dde-file-manager/default.nix
+++ b/pkgs/desktops/deepin/core/dde-file-manager/default.nix
@@ -42,13 +42,13 @@
 
 stdenv.mkDerivation rec {
   pname = "dde-file-manager";
-  version = "6.0.15";
+  version = "6.0.23";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    sha256 = "sha256-tG3Wl1AvwWhHmIIHgexv3mVVrmOwNrwn8k/sD4+WZzk=";
+    hash = "sha256-H+pCWZ1jj5p3gOKXYyLxSmjCMv5/BPIz5A25JGGzrR8=";
   };
 
   nativeBuildInputs = [