mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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";
|
||||
repo = "phpipam";
|
||||
rev = "v${version}";
|
||||
sha256 = "AKlQsbxjW/aAE0NGOLCldZfSw6heqO90oLtDGjpj5b0=";
|
||||
sha256 = "gEL81RUh1xtRszCBN81ZFXYmfrzepBsPrkBKP0ycowg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue