tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
deepin.dde-network-core: 2.0.21 -> 2.0.26
rewine
2 years ago
162552d4
f85cb635
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
deepin
core
dde-network-core
default.nix
+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
21
-
version = "2.0.21";
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
27
-
hash = "sha256-xuPEh0o62seyxlW+MKGgv/DdheYibSI1K0RJAjxraCw=";
27
27
+
hash = "sha256-eicwutePtKPY5DmNmIFSTQkdrE/i2RKfu766lQWy+iY=";
28
28
};
29
29
30
30
nativeBuildInputs = [