Applied, thanks! Karn Kallio <[email protected]> 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 <[email protected]> > 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 > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev
signature.asc
Description: PGP signature
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
