Skip to content

Commit

Permalink
Merge pull request #96320 from r-ryantm/auto-update/fossil
Browse files Browse the repository at this point in the history
fossil: 2.11.1 -> 2.12.1
  • Loading branch information
danieldk committed Aug 26, 2020
2 parents 8a54067 + ba9f3e8 commit ff92674
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.11.1";
version = "2.12.1";

src = fetchurl {
urls =
[
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
];
name = "${pname}-${version}.tar.gz";
sha256 = "1sxq1hn87fdikhbg9y3v4sjy4gxaifnx4dig8nx6xwd5mm7z74dk";
sha256 = "00v6gmn2wpfms5jzf103hkm5s8i3bfs5mzacmznlhdzdrzzjc8w2";
};

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

0 comments on commit ff92674

Please sign in to comment.