forked from DGNum/infrastructure
fix(ds-fr): Lock patch with hash
This commit is contained in:
parent
d4dab1e7ae
commit
09b5963449
1 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,12 @@ in
|
||||||
(old: {
|
(old: {
|
||||||
dsModules = old.dsModules.overrideAttrs {
|
dsModules = old.dsModules.overrideAttrs {
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
${pkgs.lib.getExe pkgs.git} apply -p1 < ${builtins.fetchurl "https://git.dgnum.eu/DGNum/demarches-normaliennes/commit/${dgn-id}.patch"}
|
${pkgs.lib.getExe pkgs.git} apply -p1 < ${
|
||||||
|
pkgs.fetchurl {
|
||||||
|
url = "https://git.dgnum.eu/DGNum/demarches-normaliennes/commit/${dgn-id}.patch";
|
||||||
|
hash = "sha256-aCq/WkV4+PUSIzXgznwm2sAcaz12Y1zmUbh7QoXoMsM=";
|
||||||
|
}
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue