[Nix-dev] fossil scm version patch
Shea Levy
shea at shealevy.com
Wed Nov 9 16:21:16 CET 2016
Applied, thanks!
Karn Kallio <tierpluspluslists at skami.org> writes:
> The attached patch advances the version of the fossil expression in
> Nixpkgs to the latest release 1.36
> From fdd5d610e35eed355f5f3fec9d3675aa60f36292 Mon Sep 17 00:00:00 2001
> From: Karn Kallio <kkallio at skami.org>
> Date: Tue, 8 Nov 2016 20:23:22 -0400
> Subject: [PATCH] fossil : advance to version 1.36
>
> ---
> pkgs/applications/version-management/fossil/default.nix | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix
> index d940e9b..14a492f 100644
> --- a/pkgs/applications/version-management/fossil/default.nix
> +++ b/pkgs/applications/version-management/fossil/default.nix
> @@ -2,15 +2,15 @@
> , tcllib, withJson ? true}:
>
> stdenv.mkDerivation rec {
> - name = "fossil-1.35";
> + name = "fossil-1.36";
>
> src = fetchurl {
> urls =
> [
> - https://www.fossil-scm.org/download/fossil-src-1.35.tar.gz
> + https://fossil-scm.org/index.html/uv/download/fossil-src-1.36.tar.gz
> ];
> name = "${name}.tar.gz";
> - sha256 = "07ds6rhq69bhydpm9a01mgdhxf88p9b6y5hdnhn8gjc7ba92zyf1";
> + sha256 = "04px1mnq5dlc6gaihxj5nj6k7ac43wfryzifaairjh74qmgc6xi6";
> };
>
> buildInputs = [ zlib openssl readline sqlite which ed ]
> --
> 2.10.1
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20161109/2dadb889/attachment.sig>
More information about the nix-dev
mailing list