gh-f: 1.1.6 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-11-26 02:04:04 +00:00
parent 504e3ecdd9
commit bd0e24d9de

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