diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/beuteltier.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/beuteltier.nix b/custom/beuteltier.nix index 0df82948..5f9d6601 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 = "5.1.3"; | 11 | version = "5.2.0"; |
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 = "8c7be69fa083176f7566cce7c6e2993b7a47b6aa"; | 16 | rev = "e82d60a7aaf1f893f7dc8ab439452f8cef841f1e"; |
17 | sha256 = "964d33d7e8a170f1a9aa9e48caceb633ce4f748ea747d73069641775b6988d7a"; | 17 | sha256 = "d7bdae863dada2c5a0a9095cddca33a1b210f1901b4177240d5687799badbbe2"; |
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 |