Unverified Commit 9e4896ba authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #274532 from r-ryantm/auto-update/ihp-new

ihp-new: 1.1.0 -> 1.2.0
parents aeb400ba bd5193e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "ihp-new";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "digitallyinduced";
    repo = "ihp";
    rev = "v${version}";
    sha256 = "sha256-o0ZSDaDFgwbXqozHfcXKxW4FeF7JqaGprAh6r7NhvhE";
    sha256 = "sha256-oQz7ZBrHe6WwYMwnxxUgnYM55CuH5Oxjz6mrLnYbB7U=";
  };

  dontConfigure = true;