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

ihp-new: 1.2.0 -> 1.3.0

authored by Weijia Wang and committed by GitHub d4c5d4a3 750c0fc0

+2 -2
+2 -2
pkgs/development/web/ihp-new/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ihp-new"; 5 - version = "1.2.0"; 5 + version = "1.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "digitallyinduced"; 9 9 repo = "ihp"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-oQz7ZBrHe6WwYMwnxxUgnYM55CuH5Oxjz6mrLnYbB7U="; 11 + sha256 = "sha256-DmaIr9kF+TG24wVNPVufxC74TYMCLziLYS9hCZHBDTc="; 12 12 }; 13 13 14 14 dontConfigure = true;