mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
fix phpipam
This commit is contained in:
parent
3b61bdd6dd
commit
40c83aef7b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
||||||
owner = "phpipam";
|
owner = "phpipam";
|
||||||
repo = "phpipam";
|
repo = "phpipam";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "AKlQsbxjW/aAE0NGOLCldZfSw6heqO90oLtDGjpj5b0=";
|
sha256 = "gEL81RUh1xtRszCBN81ZFXYmfrzepBsPrkBKP0ycowg=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue