Unverified Commit fd58d83d authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

gh-f: 1.6.0 -> 1.7.0 (#439212)

parents 2e8e71a5 0413c886
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "gh-f";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "gennaro-tedesco";
    repo = "gh-f";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kldhK5ChwHRv7joD9uyCAk1Gdc8+2IyubAB04j8/LPA=";
    hash = "sha256-rMGyiXniW3M4JnsWufXcsU8mL8KlrIRGGgbQT6utnuc=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];