Merge pull request #248415 from LudovicoPiero/gf-bump

gf: unstable-2022-09-26 -> unstable-2023-08-09
This commit is contained in:
Nick Cao
2023-08-10 19:45:14 -06:00
committed by GitHub
+5 -4
View File
@@ -10,15 +10,15 @@
, extensions ? [ ]
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "gf";
version = "unstable-2022-09-26";
version = "unstable-2023-08-09";
src = fetchFromGitHub {
repo = "gf";
owner = "nakst";
rev = "404fc6d66c60bb01e9bcbb69021e66c543bda2d5";
hash = "sha256-HRejpEN/29Q+wukU3Jv3vZoK6/VjZK6VnZdvPuFBC9I=";
rev = "4190211d63c1e5378a9e841d22fa2b96a1099e68";
hash = "sha256-28Xgw/KxwZ94r/TXsdISeUtXHSips4irB0D+tEefMYE=";
};
nativeBuildInputs = [ makeWrapper pkg-config ];
@@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/nakst/gf";
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "gf2";
maintainers = with maintainers; [ _0xd61 ];
};
}