Revert "mu: 1.2 -> 1.3.3"

This reverts commits 53a536c698
and af931c172d.

The repology.org info was incorrect, pulling in a development version
of mu as a release. The current (stable) release of mu is still 1.2:
https://github.com/djcb/mu/releases
This commit is contained in:
Yury Bulka 2019-11-08 19:55:11 +02:00
parent 90ebe8589c
commit b220d3e0df

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.3.5";
version = "1.2";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
sha256 = "1g7rhgp405v7q9xx44k6jn3py4v73a9qjwhai6l459wdywdz1n3n";
sha256 = "0yhjlj0z23jw3cf2wfnl98y8q6gikvmhkb8vdm87bd7jw0bdnrfz";
};
# test-utils coredumps so don't run those