diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 18:13:34 +0200 | 
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 18:13:34 +0200 | 
| commit | 72467d55a7b6e3afcafc2cd1527da10574cf6366 (patch) | |
| tree | 0d30ee3fed2a25074cc0e42c3bdb7b3e358bafba | |
| parent | 1a446cf61c71d921e511b1350a97c63cae460e93 (diff) | |
| download | trivmix-72467d55a7b6e3afcafc2cd1527da10574cf6366.tar trivmix-72467d55a7b6e3afcafc2cd1527da10574cf6366.tar.gz trivmix-72467d55a7b6e3afcafc2cd1527da10574cf6366.tar.bz2 trivmix-72467d55a7b6e3afcafc2cd1527da10574cf6366.tar.xz trivmix-72467d55a7b6e3afcafc2cd1527da10574cf6366.zip  | |
fix hash
| -rw-r--r-- | package.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index c8d846b..779cc15 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 = "42d741a0cd916db098aac079b21bd513768f6f75"; | 10 | rev = "42d741a0cd916db098aac079b21bd513768f6f75"; | 
| 11 | sha256 = "0mq8zx273glq95w7afr9ba5pjhd8drvh04fl25h1pvnj71zfkqcz"; | 11 | sha256 = "1xglwl23mwldlzmhkbb8qx0xkx876dvnjzdg0b8c202gp6dc0icb"; | 
| 12 | }; | 12 | }; | 
| 13 | }) | 13 | }) | 
