gf: 0-unstable-2025-02-04 -> 0-unstable-2025-04-11; bump to latest version (#402904)

This commit is contained in:
kirillrdy 2025-05-21 21:56:10 +10:00 committed by GitHub
commit 040a62f13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
pkg-config,
gdb,
freetype,
nix-update-script,
freetypeSupport ? true,
withExtensions ? true,
extraFlags ? "",
@ -15,13 +16,13 @@
stdenv.mkDerivation {
pname = "gf";
version = "0-unstable-2025-02-04";
version = "0-unstable-2025-04-11";
src = fetchFromGitHub {
repo = "gf";
owner = "nakst";
rev = "9c1686439f97ae6e1ca8f1fb785b545303adfebc";
hash = "sha256-0uABsjAVn+wAN8hMkM38CepSV4gYtIL0WHDq25TohZ0=";
rev = "162249220bde1c9fef7d87f8bb9128be9323d93f";
hash = "sha256-wP8ELlqtMwYv6/jQzKahaX7vlMKLUBgxm5Io49tphsM=";
};
nativeBuildInputs = [
@ -67,6 +68,8 @@ stdenv.mkDerivation {
wrapProgram $out/bin/gf2 --prefix PATH : ${lib.makeBinPath [ gdb ]}
'';
passthru.updateScript = nix-update-script { extraArgs = lib.singleton "--version=branch"; };
meta = with lib; {
description = "GDB Frontend";
homepage = "https://github.com/nakst/gf";