Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

deepin.dde-network-core: 2.0.21 -> 2.0.26

rewine 162552d4 f85cb635

+2 -2
+2 -2
pkgs/desktops/deepin/core/dde-network-core/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "dde-network-core"; 21 - version = "2.0.21"; 21 + version = "2.0.26"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "linuxdeepin"; 25 25 repo = pname; 26 26 rev = version; 27 - hash = "sha256-xuPEh0o62seyxlW+MKGgv/DdheYibSI1K0RJAjxraCw="; 27 + hash = "sha256-eicwutePtKPY5DmNmIFSTQkdrE/i2RKfu766lQWy+iY="; 28 28 }; 29 29 30 30 nativeBuildInputs = [