From 82d3b609baa36d6f895c25b235f5246ea9b13b52 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 00:52:41 +0200 Subject: Version bump in wombat --- custom/wombat.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom/wombat.nix') diff --git a/custom/wombat.nix b/custom/wombat.nix index 485f8a4e..05507fb2 100644 --- a/custom/wombat.nix +++ b/custom/wombat.nix @@ -8,12 +8,12 @@ cabal.mkDerivation (self: { pname = "wombat"; - version = "0.4.1"; + version = "0.4.2"; src = fetchgit { url = git://git.yggdrasil.li/wombat; # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/wombat' 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 = "db273c05e1e881ef8cbaf821620d69354a971e83"; - sha256 = "162e6ea9b7178f29657bc314c7e02f274f5e38f61d5409e946567f640ed33bd0"; + rev = "bf5a6e60047791201fddd5f2471012a4dc21b248"; + sha256 = "4b961f05ab7bdc3399e68bb33994cbb3f57369f411bf7bd0a5f868bc8cc2e844"; }; isLibrary = false; isExecutable = true; -- cgit v1.2.3