gf: unstable-2022-09-26 -> unstable-2023-08-09

This commit is contained in:
Ludovico Piero 2023-08-11 06:32:32 +10:00
parent 39d212d840
commit 6d8759d5fb
No known key found for this signature in database
GPG key ID: 3911DD276CFE779C

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 ];
};
}