about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2022-01-26 15:30:24 +0100
committerAtemu <atemu.main@gmail.com>2022-01-26 15:30:24 +0100
commitfb2b2f59c83316e727dc679f1b8b65afd692cccb (patch)
tree951b605d8fff11603e536fa7a6d059cd388b7aa0 /pkgs/applications/terminal-emulators
parentc07b471b52be8fbc49a7dc194e9b37a6e19ee04d (diff)
downloadnixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.tar
nixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.tar.gz
nixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.tar.bz2
nixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.tar.lz
nixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.tar.xz
nixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.tar.zst
nixlib-fb2b2f59c83316e727dc679f1b8b65afd692cccb.zip
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
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/mlterm/default.nix2
1 files changed, 1 insertions, 1 deletions
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=";
   };