gh-f: 1.4.0 -> 1.4.1 (#433410)

Co-authored-by: loicreynier <loicreynier@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-13 15:57:20 +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.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "gennaro-tedesco";
repo = "gh-f";
rev = "v${version}";
hash = "sha256-JlMJ5RplEtQ8ApN3x1Sl0Lkutb5kLpuMJrF96oKZC9k=";
hash = "sha256-Jf7sDn/iRB/Lwz21fGLRduvt9/9cs5FFMhazULgj1ik=";
};
nativeBuildInputs = [