terra: 1.0.0-beta1 -> 1.0.0pre1175_ef6a75f

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-09-18 22:13:18 -05:00
parent 3288d3670f
commit 52d3655c3d
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -11,16 +11,18 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "terra-git"; pname = "terra";
version = "1.0.0-beta1"; version = "1.0.0pre1175_${builtins.substring 0 7 src.rev}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zdevito"; owner = "zdevito";
repo = "terra"; repo = "terra";
rev = "release-${version}"; rev = "ef6a75ffee15a30f3c74f4e6943851cfbc0fec3d";
sha256 = "1blv3mbmlwb6fxkck6487ck4qq67cbwq6s1zlp86hy2wckgf8q2c"; sha256 = "0aky17vbv3d9zng34hp17p9zb00dbzwhvzsdjzrrqvk9lmyvix0s";
}; };
hardeningDisable = [ "fortify" ];
outputs = [ "bin" "dev" "out" "static" ]; outputs = [ "bin" "dev" "out" "static" ];
patches = [ ./nix-cflags.patch ]; patches = [ ./nix-cflags.patch ];