mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
phpipam: 1.4.3 -> 1.4.4
This commit is contained in:
parent
8676d6ba20
commit
43ebd844a6
2 changed files with 8 additions and 8 deletions
12
flake.lock
12
flake.lock
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1628186972,
|
||||
"narHash": "sha256-wWXlIQdZq/EtlBAGFJ62YHYEnJclxCuUOUGnrQqJ3zg=",
|
||||
"lastModified": 1628427351,
|
||||
"narHash": "sha256-WuZUIQ07AvRw+T9wvQ3qFf8MXmKZ+ktZz9drNgWXDbs=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "733682c32929293341f113f297b64ea6319e9089",
|
||||
"rev": "348bc5de8bca09c624f5c4975f538684da4713d2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -23,11 +23,11 @@
|
|||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1628287055,
|
||||
"narHash": "sha256-YwxtAt25pZofJT/e4sxw9cFBaFok+zgIy04HFV0rDd0=",
|
||||
"lastModified": 1628465643,
|
||||
"narHash": "sha256-QSNw9bDq9uGUniQQtakRuw4m21Jxugm23SXLVgEV4DM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0dde103318090f77ac95ef7fc26fe0cdd00fa0b3",
|
||||
"rev": "6ef4f522d63f22b40004319778761040d3197390",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
cfg = config.sconfig.phpipam;
|
||||
|
||||
version = "1.4.3";
|
||||
version = "1.4.4";
|
||||
|
||||
phpipamHtdocs = pkgs.stdenv.mkDerivation {
|
||||
inherit version;
|
||||
|
@ -11,7 +11,7 @@ let
|
|||
owner = "phpipam";
|
||||
repo = "phpipam";
|
||||
rev = "v${version}";
|
||||
sha256 = "lNwXBfjYDR7anFv/k3h+bqVayxbX3kI1Y3mcdrVWv/Q=";
|
||||
sha256 = "rBQOTAsUfkz+npqpD/6qSrWst666MFhgBdFCGO1RsYg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue