nixpkgs: bitkeeper 7.3ce -> 7.3.1ce
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
0bdc0143fe
commit
e79264002a
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bitkeeper-${version}";
|
name = "bitkeeper-${version}";
|
||||||
version = "7.3ce";
|
version = "7.3.1ce";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.bitkeeper.org/downloads/${version}/bk-${version}.tar.gz";
|
url = "https://www.bitkeeper.org/downloads/${version}/bk-${version}.src.tar.gz";
|
||||||
sha256 = "0lk4vydpq5bi52m81h327gvzdzybf8kkak7yjwmpj6kg1jn9blaz";
|
sha256 = "0l6jwvcg4s1q00vb01hdv58jgv03l8x5mhjl73cwgfiff80zx147";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "fortify" ];
|
hardeningDisable = [ "fortify" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user