From 449bc2235357cab95b5a1ca991bcdcd91eed2ba9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Jun 2015 23:24:15 +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 e4232bf8..466e4a7f 100644 --- a/custom/opossum.nix +++ b/custom/opossum.nix @@ -8,12 +8,12 @@ cabal.mkDerivation (self: { pname = "opossum"; - version = "1.2.0"; + version = "1.3.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 = "88254f628d14ac4bf818c19e01fc67fb078a5853"; - sha256 = "42fe491e45e4c383f71a343416f7868f81bb7115430a2549137cd58b78107765"; + rev = "13b7cfa76abe50c97cd6b25de9da0f8ad5c14106"; + sha256 = "4da44d2588ac25613e0e3f939223da12234ce8232dfc7c04dc6ef96d34794300"; }; isLibrary = true; isExecutable = true; -- cgit v1.2.3