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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom') 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; -- cgit v1.2.3