gh-f: 1.2.1 -> 1.3.0 (#425487)

Co-authored-by: loicreynier <loicreynier@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
loicreynier
and committed by
GitHub
53ec8a3b dab3a6e7

+2 -2
+2 -2
pkgs/by-name/gh/gh-f/package.nix
··· 25 in 26 stdenvNoCC.mkDerivation rec { 27 pname = "gh-f"; 28 - version = "1.2.1"; 29 30 src = fetchFromGitHub { 31 owner = "gennaro-tedesco"; 32 repo = "gh-f"; 33 rev = "v${version}"; 34 - hash = "sha256-62FVFW2KLdH0uonIf3OVBFMGLcCteMjydaLAjWtxwUo="; 35 }; 36 37 nativeBuildInputs = [
··· 25 in 26 stdenvNoCC.mkDerivation rec { 27 pname = "gh-f"; 28 + version = "1.3.0"; 29 30 src = fetchFromGitHub { 31 owner = "gennaro-tedesco"; 32 repo = "gh-f"; 33 rev = "v${version}"; 34 + hash = "sha256-CW6iAI5IomJoMuPBFq/3owhZJbcruKtOqoxzsh+FNVw="; 35 }; 36 37 nativeBuildInputs = [