summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-29 20:39:30 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-29 20:39:30 +0200
commitaabc92ea332edb6d5a11c7f2316e439896d07277 (patch)
tree04fff48fb4269649d85964864d1ece1f9fe5e52d
parent64bd8e562205e4c99690c63d79c6da9b918722ba (diff)
downloadtrivmix-aabc92ea332edb6d5a11c7f2316e439896d07277.tar
trivmix-aabc92ea332edb6d5a11c7f2316e439896d07277.tar.gz
trivmix-aabc92ea332edb6d5a11c7f2316e439896d07277.tar.bz2
trivmix-aabc92ea332edb6d5a11c7f2316e439896d07277.tar.xz
trivmix-aabc92ea332edb6d5a11c7f2316e439896d07277.zip
rev bump
-rw-r--r--package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix
index 95cf424..58f127c 100644
--- a/package.nix
+++ b/package.nix
@@ -8,6 +8,6 @@ stdenv.lib.overrideDerivation (callPackage ./trivmix.nix {}) (attrs : {
8 url = git://git.yggdrasil.li/trivmix; 8 url = git://git.yggdrasil.li/trivmix;
9 # 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/$/";/' 9 # 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/$/";/'
10 rev = "001ef44aa84f17a0b40b9629a996ccc7ddfd1293"; 10 rev = "001ef44aa84f17a0b40b9629a996ccc7ddfd1293";
11 sha256 = "1r3n7lybv7i0w5m5y0qizhy7fxpi8rd521m69i0fzxhh7s59qjf8"; 11 sha256 = "06qf635fbg1b5a6b2wp9nfq2zdn32slf8y3lnc5dsjv1ppxl841v";
12 }; 12 };
13}) 13})