mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
phpipam: 1.4.4 -> 1.4.5
This commit is contained in:
parent
42bcf4e588
commit
35abbca9c7
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
cfg = config.sconfig.phpipam;
|
||||
|
||||
version = "1.4.4";
|
||||
version = "1.4.5";
|
||||
|
||||
phpipamHtdocs = pkgs.stdenv.mkDerivation {
|
||||
inherit version;
|
||||
|
@ -11,7 +11,7 @@ let
|
|||
owner = "phpipam";
|
||||
repo = "phpipam";
|
||||
rev = "v${version}";
|
||||
sha256 = "rBQOTAsUfkz+npqpD/6qSrWst666MFhgBdFCGO1RsYg=";
|
||||
sha256 = "DjP8+heqxUMpVGVCcvBAowcZ3vUV6fg1t9BUS38lmvA=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue