gh-f: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2025-07-15 16:12:40 +00:00
parent 19e28509c7
commit 94ef1a1857

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 = [