diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-12 22:31:00 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-12 22:31:00 +0200 |
commit | d8cd16883c93343c9842fd79497dab905d3c960e (patch) | |
tree | d5e2763c0f772e0ffb9f09d0fad589b24b64b73a /custom | |
parent | 968728a0a5d35f7ea162724d066c0c9016412b5f (diff) | |
download | nixos-d8cd16883c93343c9842fd79497dab905d3c960e.tar nixos-d8cd16883c93343c9842fd79497dab905d3c960e.tar.gz nixos-d8cd16883c93343c9842fd79497dab905d3c960e.tar.bz2 nixos-d8cd16883c93343c9842fd79497dab905d3c960e.tar.xz nixos-d8cd16883c93343c9842fd79497dab905d3c960e.zip |
Version bump in wombat
Diffstat (limited to 'custom')
-rw-r--r-- | custom/wombat.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/wombat.nix b/custom/wombat.nix index baeac700..485f8a4e 100644 --- a/custom/wombat.nix +++ b/custom/wombat.nix | |||
@@ -8,12 +8,12 @@ | |||
8 | 8 | ||
9 | cabal.mkDerivation (self: { | 9 | cabal.mkDerivation (self: { |
10 | pname = "wombat"; | 10 | pname = "wombat"; |
11 | version = "0.4.0"; | 11 | version = "0.4.1"; |
12 | src = fetchgit { | 12 | src = fetchgit { |
13 | url = git://git.yggdrasil.li/wombat; | 13 | url = git://git.yggdrasil.li/wombat; |
14 | # 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/$/";/' | 14 | # 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/$/";/' |
15 | rev = "8f1b1ed05d12a0f5f47a7834d4878d2a3e8014d3"; | 15 | rev = "db273c05e1e881ef8cbaf821620d69354a971e83"; |
16 | sha256 = "f441971623f3f2a35df9feae0ac927b5447d62fede33fd67bb54baeb08468a51"; | 16 | sha256 = "162e6ea9b7178f29657bc314c7e02f274f5e38f61d5409e946567f640ed33bd0"; |
17 | }; | 17 | }; |
18 | isLibrary = false; | 18 | isLibrary = false; |
19 | isExecutable = true; | 19 | isExecutable = true; |