gf: unstable-2022-09-26 -> unstable-2023-08-09
This commit is contained in:
parent
39d212d840
commit
6d8759d5fb
1 changed files with 5 additions and 4 deletions
|
@ -10,15 +10,15 @@
|
||||||
, extensions ? [ ]
|
, extensions ? [ ]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation {
|
||||||
pname = "gf";
|
pname = "gf";
|
||||||
version = "unstable-2022-09-26";
|
version = "unstable-2023-08-09";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "gf";
|
repo = "gf";
|
||||||
owner = "nakst";
|
owner = "nakst";
|
||||||
rev = "404fc6d66c60bb01e9bcbb69021e66c543bda2d5";
|
rev = "4190211d63c1e5378a9e841d22fa2b96a1099e68";
|
||||||
hash = "sha256-HRejpEN/29Q+wukU3Jv3vZoK6/VjZK6VnZdvPuFBC9I=";
|
hash = "sha256-28Xgw/KxwZ94r/TXsdISeUtXHSips4irB0D+tEefMYE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkg-config ];
|
nativeBuildInputs = [ makeWrapper pkg-config ];
|
||||||
|
@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/nakst/gf";
|
homepage = "https://github.com/nakst/gf";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "gf2";
|
||||||
maintainers = with maintainers; [ _0xd61 ];
|
maintainers = with maintainers; [ _0xd61 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue