From 7fdb3c3a45a3b71ea8ccb35e2801eaee9e4044ef Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 13:43:14 +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 b6f47ca4..ea550a8a 100644 --- a/custom/opossum.nix +++ b/custom/opossum.nix @@ -8,12 +8,12 @@ cabal.mkDerivation (self: { pname = "opossum"; - version = "1.4.0"; + version = "1.4.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 = "ac129ec00783e948bbc5f916348201960a1d6af8"; - sha256 = "3ad0ec0b886e489208d261424ac2a1a3e1c4571747e6ae8f0cfe50af6d686127"; + rev = "f5d384df2a6dff3a7402e51ee5aff58bd6792e6a"; + sha256 = "8b6e1d6878dce58bfc7cb0c9414a69109c622aae16d4515cf22d72825ae3da5f"; }; isLibrary = true; isExecutable = true; -- cgit v1.2.3