mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fossil: 1.36 -> 2.2
This commit is contained in:
parent
968e0b2baf
commit
3f8f8bf5f6
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
|||
, tcllib, withJson ? true}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fossil-1.36";
|
||||
name = "fossil-2.2";
|
||||
|
||||
src = fetchurl {
|
||||
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";
|
||||
sha256 = "04px1mnq5dlc6gaihxj5nj6k7ac43wfryzifaairjh74qmgc6xi6";
|
||||
sha256 = "0wfgacfg29dkl0c3l1rp5ji0kraa64gcbg5lh8p4m7mqdqcq53wv";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib openssl readline sqlite which ed ]
|
||||
|
|
Loading…
Reference in a new issue