tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gf: unstable-2022-09-26 -> unstable-2023-08-09
Ludovico Piero
2 years ago
6d8759d5
39d212d8
+5
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
gf
default.nix
+5
-4
pkgs/development/tools/misc/gf/default.nix
···
10
, extensions ? [ ]
11
}:
12
13
-
stdenv.mkDerivation rec {
14
pname = "gf";
15
-
version = "unstable-2022-09-26";
16
17
src = fetchFromGitHub {
18
repo = "gf";
19
owner = "nakst";
20
-
rev = "404fc6d66c60bb01e9bcbb69021e66c543bda2d5";
21
-
hash = "sha256-HRejpEN/29Q+wukU3Jv3vZoK6/VjZK6VnZdvPuFBC9I=";
22
};
23
24
nativeBuildInputs = [ makeWrapper pkg-config ];
···
59
homepage = "https://github.com/nakst/gf";
60
license = licenses.mit;
61
platforms = platforms.linux;
0
62
maintainers = with maintainers; [ _0xd61 ];
63
};
64
}
···
10
, extensions ? [ ]
11
}:
12
13
+
stdenv.mkDerivation {
14
pname = "gf";
15
+
version = "unstable-2023-08-09";
16
17
src = fetchFromGitHub {
18
repo = "gf";
19
owner = "nakst";
20
+
rev = "4190211d63c1e5378a9e841d22fa2b96a1099e68";
21
+
hash = "sha256-28Xgw/KxwZ94r/TXsdISeUtXHSips4irB0D+tEefMYE=";
22
};
23
24
nativeBuildInputs = [ makeWrapper pkg-config ];
···
59
homepage = "https://github.com/nakst/gf";
60
license = licenses.mit;
61
platforms = platforms.linux;
62
+
mainProgram = "gf2";
63
maintainers = with maintainers; [ _0xd61 ];
64
};
65
}