gh-f: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-08-13 14:04:04 +00:00
parent 64cf35ea43
commit f3410aef7d
+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 = [