tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
disfetch: 3.3 -> 3.6
R. Ryantm
4 years ago
4e05397c
8ea20873
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
disfetch
default.nix
+2
-2
pkgs/tools/misc/disfetch/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "disfetch";
5
-
version = "3.3";
6
7
src = fetchFromGitHub {
8
owner = "q60";
9
repo = "disfetch";
10
rev = version;
11
-
sha256 = "sha256-pKjSEK0DuQf2rBkOtqRhfhnpEHMqvmXwzKrwKL/T3QU=";
12
};
13
14
dontBuild = true;
···
2
3
stdenv.mkDerivation rec {
4
pname = "disfetch";
5
+
version = "3.6";
6
7
src = fetchFromGitHub {
8
owner = "q60";
9
repo = "disfetch";
10
rev = version;
11
+
sha256 = "sha256-/Not2jNwk3jX8TLN7CT3JXDilatSYXPaudGKNAgQDPY=";
12
};
13
14
dontBuild = true;