From fb2b2f59c83316e727dc679f1b8b65afd692cccb Mon Sep 17 00:00:00 2001 From: Atemu Date: Wed, 26 Jan 2022 15:30:24 +0100 Subject: 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 --- pkgs/applications/terminal-emulators/mlterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/terminal-emulators') diff --git a/pkgs/applications/terminal-emulators/mlterm/default.nix b/pkgs/applications/terminal-emulators/mlterm/default.nix index 48c4f6f2c4d7..4920372411f5 100644 --- a/pkgs/applications/terminal-emulators/mlterm/default.nix +++ b/pkgs/applications/terminal-emulators/mlterm/default.nix @@ -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="; }; -- cgit 1.4.1