diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:59:56 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:59:56 +0200 |
commit | e3dd72cad6be1c87dc975a0713aea2a9be33b4a1 (patch) | |
tree | 7ac1e17cda36dfb57c1ce74f3fbc3ee31021e583 /custom | |
parent | c5ef9ee7135e4b24c9265e7ac4338bde847b04ea (diff) | |
download | nixos-e3dd72cad6be1c87dc975a0713aea2a9be33b4a1.tar nixos-e3dd72cad6be1c87dc975a0713aea2a9be33b4a1.tar.gz nixos-e3dd72cad6be1c87dc975a0713aea2a9be33b4a1.tar.bz2 nixos-e3dd72cad6be1c87dc975a0713aea2a9be33b4a1.tar.xz nixos-e3dd72cad6be1c87dc975a0713aea2a9be33b4a1.zip |
Version bump in trivmix
Diffstat (limited to 'custom')
-rw-r--r-- | custom/trivmix.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/trivmix.nix b/custom/trivmix.nix index 10f6c258..7daf30ec 100644 --- a/custom/trivmix.nix +++ b/custom/trivmix.nix | |||
@@ -7,11 +7,11 @@ | |||
7 | 7 | ||
8 | cabal.mkDerivation (self: { | 8 | cabal.mkDerivation (self: { |
9 | pname = "trivmix"; | 9 | pname = "trivmix"; |
10 | version = "2.2.0"; | 10 | version = "2.2.1"; |
11 | src = fetchgit { | 11 | src = fetchgit { |
12 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
13 | rev = "3576f981b8e1ea2e23dafc6351c52e614b0dc13c"; | 13 | rev = "caff1254b3af4288601f33bef40189a6ef0a27e5"; |
14 | sha256 = "02cb36fd236e63c836d56a7cb50da5ec28266ed97f582702857d0c16a6d783a7"; | 14 | sha256 = "cad790e9865e20d4006ae387944fd9e8149108fb5858c38ab5ba106443239af8"; |
15 | }; | 15 | }; |
16 | isLibrary = false; | 16 | isLibrary = false; |
17 | isExecutable = true; | 17 | isExecutable = true; |