diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-10 11:14:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-10 11:14:18 +0200 |
commit | eb5a39aee4c9f4767f23911495d7a72e5bf27471 (patch) | |
tree | 236006321c30f8b97e8ca85a06c944715b0aa723 /custom | |
parent | 8480fa4a9d62b2a6dadbfe1a94445a8ba4729034 (diff) | |
download | nixos-eb5a39aee4c9f4767f23911495d7a72e5bf27471.tar nixos-eb5a39aee4c9f4767f23911495d7a72e5bf27471.tar.gz nixos-eb5a39aee4c9f4767f23911495d7a72e5bf27471.tar.bz2 nixos-eb5a39aee4c9f4767f23911495d7a72e5bf27471.tar.xz nixos-eb5a39aee4c9f4767f23911495d7a72e5bf27471.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 538d2185..a5ccb9bf 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.6"; | 10 | version = "2.3.0"; |
11 | src = fetchgit { | 11 | src = fetchgit { |
12 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
13 | rev = "1e0590d9c7f63e3e829afe53e10431253ea59f68"; | 13 | rev = "d5189cba07f63c3d2f8c575a31c1734f7c9aeed6"; |
14 | sha256 = "f282d0b79fdcb3645671fda675458253818f61fba56e089cdd320bee2514a3f3"; | 14 | sha256 = "88b215dc2d24b875359835b5a75acdd1d6172ad4d4e3fad9ce4cdc3ffec51ba3"; |
15 | }; | 15 | }; |
16 | isLibrary = false; | 16 | isLibrary = false; |
17 | isExecutable = true; | 17 | isExecutable = true; |