diff options
-rw-r--r-- | custom/trivmix.nix | 6 | ||||
m--------- | trivmix | 0 |
2 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; |
diff --git a/trivmix b/trivmix | |||
Subproject 83cced47e48386d2561e40b4e5cee14d77a930e | Subproject 64575e9bd793d8a77f587f44eb695b2065fe86e | ||