We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a874ff commit ba9f3e8Copy full SHA for ba9f3e8
pkgs/applications/version-management/fossil/default.nix
@@ -5,15 +5,15 @@
5
6
stdenv.mkDerivation rec {
7
pname = "fossil";
8
- version = "2.11.1";
+ version = "2.12.1";
9
10
src = fetchurl {
11
urls =
12
[
13
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
14
];
15
name = "${pname}-${version}.tar.gz";
16
- sha256 = "1sxq1hn87fdikhbg9y3v4sjy4gxaifnx4dig8nx6xwd5mm7z74dk";
+ sha256 = "00v6gmn2wpfms5jzf103hkm5s8i3bfs5mzacmznlhdzdrzzjc8w2";
17
};
18
19
buildInputs = [ zlib openssl readline sqlite which ed ]
0 commit comments