gh-f: 1.1.6 -> 1.2.0 (#359172)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-26 22:34:58 +00:00 committed by GitHub
commit 82917ce828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,13 +22,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "gh-f";
version = "1.1.6";
version = "1.2.0";
src = fetchFromGitHub {
owner = "gennaro-tedesco";
repo = "gh-f";
rev = "v${version}";
hash = "sha256-F98CqsSRymL/8s8u7P2Pqt6+ipLoG9Z9Q8bB+IWZTpI=";
hash = "sha256-rdHQIhrU0nzIURnmPGyzSkew6FVn4Z6J1rn3HvyDpJI=";
};
nativeBuildInputs = [