about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2023-12-24 16:07:22 +0800
committerrewine <lhongxu@outlook.com>2024-03-08 18:33:23 +0800
commit61d3033070e9580282eaac27418e6509bb7e50ac (patch)
treec61a8cbbfd038e63a7fb96407bdfc34ca0bb5529 /pkgs/desktops
parent46c3895c2e5b7ee2f044984c55f238cd998c88f9 (diff)
downloadnixlib-61d3033070e9580282eaac27418e6509bb7e50ac.tar
nixlib-61d3033070e9580282eaac27418e6509bb7e50ac.tar.gz
nixlib-61d3033070e9580282eaac27418e6509bb7e50ac.tar.bz2
nixlib-61d3033070e9580282eaac27418e6509bb7e50ac.tar.lz
nixlib-61d3033070e9580282eaac27418e6509bb7e50ac.tar.xz
nixlib-61d3033070e9580282eaac27418e6509bb7e50ac.tar.zst
nixlib-61d3033070e9580282eaac27418e6509bb7e50ac.zip
deepin.dde-network-core: 2.0.15 -> 2.0.21
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/core/dde-network-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/deepin/core/dde-network-core/default.nix b/pkgs/desktops/deepin/core/dde-network-core/default.nix
index 24d46698765e..f9d97f735a62 100644
--- a/pkgs/desktops/deepin/core/dde-network-core/default.nix
+++ b/pkgs/desktops/deepin/core/dde-network-core/default.nix
@@ -18,13 +18,13 @@
 
 stdenv.mkDerivation rec {
   pname = "dde-network-core";
-  version = "2.0.15";
+  version = "2.0.21";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    hash = "sha256-AMuWEz3Eyw0tG0srLWpqS7MO7Z4ZzIay4z59cZQZU0o=";
+    hash = "sha256-xuPEh0o62seyxlW+MKGgv/DdheYibSI1K0RJAjxraCw=";
   };
 
   nativeBuildInputs = [