Skip to content

Commit

Permalink
fossil: 2.10 -> 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jun 2, 2020
1 parent cb374f9 commit 64de2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/fossil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

stdenv.mkDerivation rec {
pname = "fossil";
version = "2.10";
version = "2.11";

src = fetchurl {
urls =
[
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
];
name = "${pname}-${version}.tar.gz";
sha256 = "041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq";
sha256 = "0c9nzx42wxfmym9vf1pnbdb1c7gp7a7zqky60izxsph7w2xh8nix";
};

buildInputs = [ zlib openssl readline sqlite which ed ]
Expand Down

0 comments on commit 64de2db

Please sign in to comment.