diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-12 23:13:21 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-12 23:13:21 +0200 |
commit | f8dc9ebd124ea63cc292f06c98dad40ef6e8941b (patch) | |
tree | bf877f7f2a4a46fa5bdc1732b95ce631cebc6356 /custom | |
parent | d8cd16883c93343c9842fd79497dab905d3c960e (diff) | |
download | nixos-f8dc9ebd124ea63cc292f06c98dad40ef6e8941b.tar nixos-f8dc9ebd124ea63cc292f06c98dad40ef6e8941b.tar.gz nixos-f8dc9ebd124ea63cc292f06c98dad40ef6e8941b.tar.bz2 nixos-f8dc9ebd124ea63cc292f06c98dad40ef6e8941b.tar.xz nixos-f8dc9ebd124ea63cc292f06c98dad40ef6e8941b.zip |
Version bump in opossum
Diffstat (limited to 'custom')
-rw-r--r-- | custom/opossum.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/opossum.nix b/custom/opossum.nix index e55086c2..e4232bf8 100644 --- a/custom/opossum.nix +++ b/custom/opossum.nix | |||
@@ -8,12 +8,12 @@ | |||
8 | 8 | ||
9 | cabal.mkDerivation (self: { | 9 | cabal.mkDerivation (self: { |
10 | pname = "opossum"; | 10 | pname = "opossum"; |
11 | version = "1.1.0"; | 11 | version = "1.2.0"; |
12 | src = fetchgit { | 12 | src = fetchgit { |
13 | url = git://git.yggdrasil.li/opossum; | 13 | url = git://git.yggdrasil.li/opossum; |
14 | # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/opossum' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' | 14 | # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/opossum' 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 | rev = "47aaa1d9e622c12a6f911454e111e8228c9f592c"; | 15 | rev = "88254f628d14ac4bf818c19e01fc67fb078a5853"; |
16 | sha256 = "18fe08a902778bf70c88954fcf659ae196da7a1ee7841344624b15bf30ad3910"; | 16 | sha256 = "42fe491e45e4c383f71a343416f7868f81bb7115430a2549137cd58b78107765"; |
17 | }; | 17 | }; |
18 | isLibrary = true; | 18 | isLibrary = true; |
19 | isExecutable = true; | 19 | isExecutable = true; |