From 812dda1d737345872b29a13903082215b1e55588 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 01:40:56 +0200 Subject: Version bump in opossum --- custom/opossum.nix | 6 +++--- opossum | 2 +- 2 files changed, 4 insertions(+), 4 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 @@ cabal.mkDerivation (self: { pname = "opossum"; - version = "1.3.1"; + version = "1.4.0"; src = fetchgit { url = git://git.yggdrasil.li/opossum; # 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/$/";/' - rev = "34728797958d0b64a7b8c5d52f37ffa61b885370"; - sha256 = "a2c040d37dea6cd6af9cdd07db0846225d595ab229c11b0a3c3a7a9f476fb915"; + rev = "ac129ec00783e948bbc5f916348201960a1d6af8"; + sha256 = "3ad0ec0b886e489208d261424ac2a1a3e1c4571747e6ae8f0cfe50af6d686127"; }; isLibrary = true; isExecutable = true; diff --git a/opossum b/opossum index e47b993f..161915f8 160000 --- a/opossum +++ b/opossum @@ -1 +1 @@ -Subproject commit e47b993f7b07f5e927ce6c8a40f7ac736ca5423b +Subproject commit 161915f8bdf5788a8491236fc39ee305df0c2663 -- cgit v1.2.3