Revert "mu: 1.2 -> 1.3.3"
This reverts commits53a536c698
andaf931c172d
. 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:
parent
90ebe8589c
commit
b220d3e0df
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue