phpipam: 1.5.1 -> 1.5.2

This commit is contained in:
Sean Buckley 2023-03-07 12:17:03 -05:00
parent 3478ab7295
commit dc83f9dcec

View file

@ -2,7 +2,7 @@
let let
cfg = config.sconfig.phpipam; cfg = config.sconfig.phpipam;
version = "1.5.1"; version = "1.5.2";
phpipamHtdocs = pkgs.stdenv.mkDerivation { phpipamHtdocs = pkgs.stdenv.mkDerivation {
inherit version; inherit version;
@ -11,7 +11,7 @@ let
owner = "phpipam"; owner = "phpipam";
repo = "phpipam"; repo = "phpipam";
rev = "v${version}"; rev = "v${version}";
sha256 = "gEL81RUh1xtRszCBN81ZFXYmfrzepBsPrkBKP0ycowg="; sha256 = "FeE6sF2IoXf5/z9PFn3w9l/fnsvkXwt3O6mY92clPjQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
installPhase = '' installPhase = ''