diff options
-rw-r--r-- | custom/wombat.nix | 6 | ||||
m--------- | wombat | 0 |
2 files changed, 3 insertions, 3 deletions
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 @@ | |||
8 | 8 | ||
9 | cabal.mkDerivation (self: { | 9 | cabal.mkDerivation (self: { |
10 | pname = "wombat"; | 10 | pname = "wombat"; |
11 | version = "0.4.1"; | 11 | version = "0.4.2"; |
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 = "db273c05e1e881ef8cbaf821620d69354a971e83"; | 15 | rev = "bf5a6e60047791201fddd5f2471012a4dc21b248"; |
16 | sha256 = "162e6ea9b7178f29657bc314c7e02f274f5e38f61d5409e946567f640ed33bd0"; | 16 | sha256 = "4b961f05ab7bdc3399e68bb33994cbb3f57369f411bf7bd0a5f868bc8cc2e844"; |
17 | }; | 17 | }; |
18 | isLibrary = false; | 18 | isLibrary = false; |
19 | isExecutable = true; | 19 | isExecutable = true; |
diff --git a/wombat b/wombat | |||
Subproject e0e7aebdc97a574cf7cf45cd300d52d4cb9580f | Subproject 33056ed124a7ddc39338722a514bfa918cdd61d | ||