summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-12 23:24:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-12 23:24:15 +0200
commit449bc2235357cab95b5a1ca991bcdcd91eed2ba9 (patch)
treed4aa2fd6e8f62c2bb0d0a67dfa7e65fe6410513f
parentf8dc9ebd124ea63cc292f06c98dad40ef6e8941b (diff)
downloadnixos-449bc2235357cab95b5a1ca991bcdcd91eed2ba9.tar
nixos-449bc2235357cab95b5a1ca991bcdcd91eed2ba9.tar.gz
nixos-449bc2235357cab95b5a1ca991bcdcd91eed2ba9.tar.bz2
nixos-449bc2235357cab95b5a1ca991bcdcd91eed2ba9.tar.xz
nixos-449bc2235357cab95b5a1ca991bcdcd91eed2ba9.zip
Version bump in opossum
-rw-r--r--custom/opossum.nix6
m---------opossum0
2 files changed, 3 insertions, 3 deletions
diff --git a/custom/opossum.nix b/custom/opossum.nix
index e4232bf8..466e4a7f 100644
--- a/custom/opossum.nix
+++ b/custom/opossum.nix
@@ -8,12 +8,12 @@
8 8
9cabal.mkDerivation (self: { 9cabal.mkDerivation (self: {
10 pname = "opossum"; 10 pname = "opossum";
11 version = "1.2.0"; 11 version = "1.3.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 = "88254f628d14ac4bf818c19e01fc67fb078a5853"; 15 rev = "13b7cfa76abe50c97cd6b25de9da0f8ad5c14106";
16 sha256 = "42fe491e45e4c383f71a343416f7868f81bb7115430a2549137cd58b78107765"; 16 sha256 = "4da44d2588ac25613e0e3f939223da12234ce8232dfc7c04dc6ef96d34794300";
17 }; 17 };
18 isLibrary = true; 18 isLibrary = true;
19 isExecutable = true; 19 isExecutable = true;
diff --git a/opossum b/opossum
Subproject 53bb990047afff9d67284f5cf4e9620f5db7d64 Subproject f937e799b39158e1ce73fc6c9dde5f1ca90f4fc