summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-01-24 21:16:44 +0100
committertv <tv@krebsco.de>2019-01-24 21:16:44 +0100
commit2e5ed5d1bbf158a933f330119b9a5f931e192560 (patch)
treea5290a369be2bc3c918a986e14d9520cb11dff8f
parentf60d2867465e1aa26846cd5cce39f5f70c654e03 (diff)
reaktor2: 0.1.2 -> 0.1.3
-rw-r--r--krebs/5pkgs/haskell/reaktor2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/5pkgs/haskell/reaktor2.nix b/krebs/5pkgs/haskell/reaktor2.nix
index 9b02b272..c0c7281a 100644
--- a/krebs/5pkgs/haskell/reaktor2.nix
+++ b/krebs/5pkgs/haskell/reaktor2.nix
@@ -6,11 +6,11 @@
}:
mkDerivation {
pname = "reaktor2";
- version = "0.1.2";
+ version = "0.1.3";
src = fetchgit {
url = "https://cgit.krebsco.de/reaktor2";
- sha256 = "1198sajpkd6m87j402y796270hwifyn9wk2by6wcrxvwhq1vgs9k";
- rev = "d5f66b27b2cd7c36eb7c2e81b0cdca10c5a5ef90";
+ sha256 = "15qhycfja7psnd7v5hn4qb5wrs6bjx4qhny49nkhb7agj4vzwnwi";
+ rev = "6c629a0cc422872abdfc40f9621ac0c4f6a420a8";
fetchSubmodules = true;
};
isLibrary = false;