fossil: 2.14 -> 2.15.1 (#120700)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
67ea2e1044
commit
1d4fad600b
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@ stdenv.mkDerivation rec {
|
|||
version = "2.15.1";
|
||||
|
||||
src = fetchurl {
|
||||
urls =
|
||||
[
|
||||
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
|
||||
];
|
||||
url = "https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz";
|
||||
name = "${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-gNJ5I8ZjsqLHEPiujNVJhi4E+MBChXBidMNK48jKF9E=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue