diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-13 00:53:04 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-13 00:53:04 +0200 |
| commit | 1b8d58340e726da58e1f77ae230f8b9afbf61fab (patch) | |
| tree | 926ec2bff948e49c615a12b83870365dcd23bfe9 /custom | |
| parent | 82d3b609baa36d6f895c25b235f5246ea9b13b52 (diff) | |
| download | nixos-1b8d58340e726da58e1f77ae230f8b9afbf61fab.tar nixos-1b8d58340e726da58e1f77ae230f8b9afbf61fab.tar.gz nixos-1b8d58340e726da58e1f77ae230f8b9afbf61fab.tar.bz2 nixos-1b8d58340e726da58e1f77ae230f8b9afbf61fab.tar.xz nixos-1b8d58340e726da58e1f77ae230f8b9afbf61fab.zip | |
Version bump in beuteltier
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 5f9d6601..2c79c560 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.2.0"; | 11 | version = "6.0.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 = "e82d60a7aaf1f893f7dc8ab439452f8cef841f1e"; | 16 | rev = "98675db01dbccf03e97643d1aea00cc354d02397"; |
| 17 | sha256 = "d7bdae863dada2c5a0a9095cddca33a1b210f1901b4177240d5687799badbbe2"; | 17 | sha256 = "4e0cd620ec8cd9c5296c1479bfbc4df5bf175b9f67fdafe36365a2ba1507e7fb"; |
| 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 |
