gh-f: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-07-24 06:08:55 +00:00
parent 3e086ec3b8
commit 06bd2ab95a
+2 -2
View File
@@ -25,13 +25,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "gh-f";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "gennaro-tedesco";
repo = "gh-f";
rev = "v${version}";
hash = "sha256-CW6iAI5IomJoMuPBFq/3owhZJbcruKtOqoxzsh+FNVw=";
hash = "sha256-JlMJ5RplEtQ8ApN3x1Sl0Lkutb5kLpuMJrF96oKZC9k=";
};
nativeBuildInputs = [