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