summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-13 01:40:56 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-13 01:40:56 +0200
commit812dda1d737345872b29a13903082215b1e55588 (patch)
tree4d71cb2f416e6ab25698a6f1546f22834e07b7a6
parent1b8d58340e726da58e1f77ae230f8b9afbf61fab (diff)
downloadnixos-812dda1d737345872b29a13903082215b1e55588.tar
nixos-812dda1d737345872b29a13903082215b1e55588.tar.gz
nixos-812dda1d737345872b29a13903082215b1e55588.tar.bz2
nixos-812dda1d737345872b29a13903082215b1e55588.tar.xz
nixos-812dda1d737345872b29a13903082215b1e55588.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 9d2429cc..b6f47ca4 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.3.1"; 11 version = "1.4.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 = "34728797958d0b64a7b8c5d52f37ffa61b885370"; 15 rev = "ac129ec00783e948bbc5f916348201960a1d6af8";
16 sha256 = "a2c040d37dea6cd6af9cdd07db0846225d595ab229c11b0a3c3a7a9f476fb915"; 16 sha256 = "3ad0ec0b886e489208d261424ac2a1a3e1c4571747e6ae8f0cfe50af6d686127";
17 }; 17 };
18 isLibrary = true; 18 isLibrary = true;
19 isExecutable = true; 19 isExecutable = true;
diff --git a/opossum b/opossum
Subproject e47b993f7b07f5e927ce6c8a40f7ac736ca5423 Subproject 161915f8bdf5788a8491236fc39ee305df0c266