fossil: 1.36 -> 2.2
This commit is contained in:
parent
968e0b2baf
commit
3f8f8bf5f6
@ -2,15 +2,15 @@
|
|||||||
, tcllib, withJson ? true}:
|
, tcllib, withJson ? true}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fossil-1.36";
|
name = "fossil-2.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls =
|
urls =
|
||||||
[
|
[
|
||||||
https://fossil-scm.org/index.html/uv/download/fossil-src-1.36.tar.gz
|
https://www.fossil-scm.org/index.html/uv/fossil-src-2.2.tar.gz
|
||||||
];
|
];
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
sha256 = "04px1mnq5dlc6gaihxj5nj6k7ac43wfryzifaairjh74qmgc6xi6";
|
sha256 = "0wfgacfg29dkl0c3l1rp5ji0kraa64gcbg5lh8p4m7mqdqcq53wv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib openssl readline sqlite which ed ]
|
buildInputs = [ zlib openssl readline sqlite which ed ]
|
||||||
|
Loading…
Reference in New Issue
Block a user