about summary refs log tree commit diff
path: root/pkgs/applications/version-management/fossil
diff options
context:
space:
mode:
authorYurii Rashkovskii <yrashk@gmail.com>2021-07-23 06:23:40 -0700
committerGitHub <noreply@github.com>2021-07-23 15:23:40 +0200
commit1d4fad600b050d709f8c729f09b281933601a2b1 (patch)
treeb30b0e85b3afbf14a21a856ab98bb0590e1b9cf2 /pkgs/applications/version-management/fossil
parent67ea2e1044d84e40656896c8b19764dc13c2b24d (diff)
fossil: 2.14 -> 2.15.1 (#120700)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/version-management/fossil')
-rw-r--r--pkgs/applications/version-management/fossil/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix
index c15d833dfb289..6b445446d5b5a 100644
--- a/pkgs/applications/version-management/fossil/default.nix
+++ b/pkgs/applications/version-management/fossil/default.nix
@@ -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=";
   };