mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
gf: 0-unstable-2025-02-04 -> 0-unstable-2025-04-11; bump to latest version
This commit is contained in:
parent
fbc071e5c1
commit
7a6fb80e6d
1 changed files with 6 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue