Unverified Commit 20831fcd authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #246172 from mpscholten/update-ihp-new

ihp-new: 1.0.1 -> 1.1.0
parents f7f4f3a9 a061657b
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.0.1";
  version = "1.1.0";

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

  dontConfigure = true;