gh-f: 1.3.0 -> 1.4.0 (#427972)

Co-authored-by: loicreynier <loicreynier@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-24 15:36:22 +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.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 = [