mlterm: use new tag versioning scheme

The maintainer decided to change the release tag name after the fact.

The new naming scheme is a lot more sane but I'd rather they didn't change it
after releasing with the old one.

Fixes https://github.com/NixOS/nixpkgs/issues/156856
This commit is contained in:
Atemu 2022-01-26 15:30:24 +01:00
parent c07b471b52
commit fb2b2f59c8

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "arakiken";
repo = pname;
rev = "rel-${lib.replaceStrings [ "." ] [ "_" ] version}"; # 3.9.1 -> rel-3_9_1
rev = version;
sha256 = "sha256-DvGR3rDegInpnLp3H+rXNXktCGhpjsBBPTRMwodeTro=";
};