diff options
m--------- | beuteltier | 0 | ||||
-rw-r--r-- | custom/beuteltier.nix | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/beuteltier b/beuteltier | |||
Subproject 79c420553858423c710c1f4f7df67561c996578 | Subproject aaf6ec7a916aaf32cf952156a697df8bcc55c80 | ||
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 @@ | |||
8 | 8 | ||
9 | cabal.mkDerivation (self: { | 9 | cabal.mkDerivation (self: { |
10 | pname = "beuteltier"; | 10 | pname = "beuteltier"; |
11 | version = "6.0.0"; | 11 | version = "6.0.1"; |
12 | #src = ./.; | 12 | #src = ./.; |
13 | src = fetchgit { | 13 | src = fetchgit { |
14 | url = git://git.yggdrasil.li/beuteltier; | 14 | url = git://git.yggdrasil.li/beuteltier; |
15 | # 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/$/";/' | 15 | # 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/$/";/' |
16 | rev = "98675db01dbccf03e97643d1aea00cc354d02397"; | 16 | rev = "f4c0bc02bbb8ed61b383b4c7dd7fc7a1d4e7c85e"; |
17 | sha256 = "4e0cd620ec8cd9c5296c1479bfbc4df5bf175b9f67fdafe36365a2ba1507e7fb"; | 17 | sha256 = "795a137c7972ef5da3c662bfbd59550573cb283fae83527efa9a99a66d7b4c98"; |
18 | }; | 18 | }; |
19 | buildDepends = [ | 19 | buildDepends = [ |
20 | aeson dataDefault filepath lenses mtl tar text transformers yaml | 20 | aeson dataDefault filepath lenses mtl tar text transformers yaml |