mirror of https://gitlab.crans.org/nounous/nixos
reverseproxy: rev=branch -> rev=commit
parent
f9a2902025
commit
3851b8c340
|
|
@ -176,8 +176,8 @@ let
|
||||||
|
|
||||||
src = fetchFromCrans {
|
src = fetchFromCrans {
|
||||||
repo = "site-install-party";
|
repo = "site-install-party";
|
||||||
rev = "master";
|
rev = "ac44f6e4387e0182f2c7dbda3eeccba0be87c9b6";
|
||||||
hash = "sha256-KVB4m/ms0WuArrkLn05INVLqhaGxzCg30GMICI6tM5E=";
|
hash = "sha256-xFwDXMmzjeIfhV5Ez1EmNfJcOSMljUZ4aycPppoLtqY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with pkgs.python3Packages; [
|
build-system = with pkgs.python3Packages; [
|
||||||
|
|
@ -194,8 +194,8 @@ let
|
||||||
|
|
||||||
src = fetchFromCrans {
|
src = fetchFromCrans {
|
||||||
repo = "homepage";
|
repo = "homepage";
|
||||||
rev = "master";
|
rev = "51ae6b9f4d59815d14963209ff30988200eff944";
|
||||||
hash = "sha256-e9tttzKEWcBhogQY2ITDqqTbix/zcnBAylj1eKY791E=";
|
hash = "sha256-un0LIIIFn56Zm1uF32+suc2/QrBDMRVTv/A0bOgbFJQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue