From 2b733833ec0ba8c975f4801bbd23c0e159cca7b6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 12:35:09 +0200 Subject: Version bump in beuteltier --- beuteltier | 2 +- custom/beuteltier.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/beuteltier b/beuteltier index 79c42055..aaf6ec7a 160000 --- a/beuteltier +++ b/beuteltier @@ -1 +1 @@ -Subproject commit 79c420553858423c710c1f4f7df67561c9965782 +Subproject commit aaf6ec7a916aaf32cf952156a697df8bcc55c808 diff --git a/custom/beuteltier.nix b/custom/beuteltier.nix index 2c79c560..6b47b31d 100644 --- a/custom/beuteltier.nix +++ b/custom/beuteltier.nix @@ -8,13 +8,13 @@ cabal.mkDerivation (self: { pname = "beuteltier"; - version = "6.0.0"; + version = "6.0.1"; #src = ./.; src = fetchgit { url = git://git.yggdrasil.li/beuteltier; # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/beuteltier' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' - rev = "98675db01dbccf03e97643d1aea00cc354d02397"; - sha256 = "4e0cd620ec8cd9c5296c1479bfbc4df5bf175b9f67fdafe36365a2ba1507e7fb"; + rev = "f4c0bc02bbb8ed61b383b4c7dd7fc7a1d4e7c85e"; + sha256 = "795a137c7972ef5da3c662bfbd59550573cb283fae83527efa9a99a66d7b4c98"; }; buildDepends = [ aeson dataDefault filepath lenses mtl tar text transformers yaml -- cgit v1.2.3