From c42004711e413a7d32e2f3aaf80d9539fd58d04d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 00:52:16 +0200 Subject: Version bump in Opossum --- custom/opossum.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom/opossum.nix') diff --git a/custom/opossum.nix b/custom/opossum.nix index 466e4a7f..9d2429cc 100644 --- a/custom/opossum.nix +++ b/custom/opossum.nix @@ -8,12 +8,12 @@ cabal.mkDerivation (self: { pname = "opossum"; - version = "1.3.0"; + version = "1.3.1"; 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 = "13b7cfa76abe50c97cd6b25de9da0f8ad5c14106"; - sha256 = "4da44d2588ac25613e0e3f939223da12234ce8232dfc7c04dc6ef96d34794300"; + rev = "34728797958d0b64a7b8c5d52f37ffa61b885370"; + sha256 = "a2c040d37dea6cd6af9cdd07db0846225d595ab229c11b0a3c3a7a9f476fb915"; }; isLibrary = true; isExecutable = true; -- cgit v1.2.3