gh-f: 1.2.1 -> 1.3.0 (#425487)

Co-authored-by: loicreynier <loicreynier@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-15 16:32:42 +00:00
committed by GitHub
co-authored by loicreynier
+2 -2
View File
@@ -25,13 +25,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "gh-f";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "gennaro-tedesco";
repo = "gh-f";
rev = "v${version}";
hash = "sha256-62FVFW2KLdH0uonIf3OVBFMGLcCteMjydaLAjWtxwUo=";
hash = "sha256-CW6iAI5IomJoMuPBFq/3owhZJbcruKtOqoxzsh+FNVw=";
};
nativeBuildInputs = [