gh-f: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm 2024-09-16 17:17:23 +00:00
parent c2c6e27f65
commit 3e368ea8c5

View File

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