diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-08 17:58:20 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-08 17:58:20 +0200 |
commit | efe79077888f5f22dae9aeb9e1e82745748b2f15 (patch) | |
tree | d0442ec32b16d5ce46f4047ad41a64d79e2e0f63 /trivmix.nix | |
parent | 1bab7285deed91302eccd5b5757341c72aa260c8 (diff) | |
download | trivmix-efe79077888f5f22dae9aeb9e1e82745748b2f15.tar trivmix-efe79077888f5f22dae9aeb9e1e82745748b2f15.tar.gz trivmix-efe79077888f5f22dae9aeb9e1e82745748b2f15.tar.bz2 trivmix-efe79077888f5f22dae9aeb9e1e82745748b2f15.tar.xz trivmix-efe79077888f5f22dae9aeb9e1e82745748b2f15.zip |
Version bump'
Diffstat (limited to 'trivmix.nix')
-rw-r--r-- | trivmix.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trivmix.nix b/trivmix.nix index d1b80dc..51dbb0f 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -7,11 +7,11 @@ | |||
7 | 7 | ||
8 | cabal.mkDerivation (self: { | 8 | cabal.mkDerivation (self: { |
9 | pname = "trivmix"; | 9 | pname = "trivmix"; |
10 | version = "1.1.0"; | 10 | version = "1.2.0"; |
11 | src = fetchgit { | 11 | src = fetchgit { |
12 | url = git://git.yggdrasil.li/trivmix; | 12 | url = git://git.yggdrasil.li/trivmix; |
13 | rev = "83838ea952146a742b2cf5e97b287d9cbeef8c61"; | 13 | rev = "1bab7285deed91302eccd5b5757341c72aa260c8"; |
14 | sha256 = "2d1d459c5688947d537badf6876ac2c9c67372f21bb9ee1604b0e52bb5417ccf"; | 14 | sha256 = "85f243e82701c23cb0b30599c18c17f4887af62e305168096777a5b370475a8e"; |
15 | }; | 15 | }; |
16 | isLibrary = false; | 16 | isLibrary = false; |
17 | isExecutable = true; | 17 | isExecutable = true; |