Skip to content

Commit ba9f3e8

Browse files
committed
fossil: 2.11.1 -> 2.12.1
1 parent 0a874ff commit ba9f3e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/version-management/fossil/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
stdenv.mkDerivation rec {
77
pname = "fossil";
8-
version = "2.11.1";
8+
version = "2.12.1";
99

1010
src = fetchurl {
1111
urls =
1212
[
1313
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
1414
];
1515
name = "${pname}-${version}.tar.gz";
16-
sha256 = "1sxq1hn87fdikhbg9y3v4sjy4gxaifnx4dig8nx6xwd5mm7z74dk";
16+
sha256 = "00v6gmn2wpfms5jzf103hkm5s8i3bfs5mzacmznlhdzdrzzjc8w2";
1717
};
1818

1919
buildInputs = [ zlib openssl readline sqlite which ed ]

0 commit comments

Comments
 (0)