fossil: 2.14 -> 2.15.1 (#120700)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Yurii Rashkovskii 2021-07-23 06:23:40 -07:00 committed by GitHub
parent 67ea2e1044
commit 1d4fad600b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=";
};