zz: unstable-2021-01-26 -> unstable-2021-03-07
Picking from current master for these fixes: * makes module resolving via ZZ_MODULES_PATH deterministic * no longer tries to write to /nix/store failing compilation
This commit is contained in:
parent
38cf548315
commit
3ceb217e21
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "zz";
|
pname = "zz";
|
||||||
version = "unstable-2021-01-26";
|
version = "unstable-2021-03-07";
|
||||||
|
|
||||||
# commit chosen by using the latest build from http://bin.zetz.it/
|
# when updating, choose commit of the latest build on http://bin.zetz.it/
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zetzit";
|
owner = "zetzit";
|
||||||
repo = "zz";
|
repo = "zz";
|
||||||
rev = "0b5c52674e9adf795fbfb051d4dceef3126e669f";
|
rev = "d3fc968ba2ae6668f930e39077f9a90aecb9fdc4";
|
||||||
sha256 = "0bb77ll1g5i6a04ybpgx6lqsb74xs4v4nyqm9j4j6x24407h8l89";
|
sha256 = "18p17lgwq6rq1n76sj0dwb32bpxflfd7knky1v0sgmaxfpaq04y3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
cargoSha256 = "1lf4k3n89w2797c1yrj1dp97y8a8d5hnixr1nwa2qcq1sxmm5rcg";
|
cargoSha256 = "0i3c459d4699z4dwvdw1495krdv3c2qpygrsw0cz3j0zd2n5gqj6";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# remove search path entry which would reference /build
|
# remove search path entry which would reference /build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user