Merge pull request #104906 from Luflosi/mosh-use-pname

mosh: name -> pname
This commit is contained in:
Raghav Sood 2020-11-25 16:15:13 +00:00 committed by GitHub
commit dbedb52ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,11 @@
, libutempter ? null, withUtempter ? stdenv.isLinux }:
stdenv.mkDerivation rec {
name = "mosh-1.3.2";
pname = "mosh";
version = "1.3.2";
src = fetchurl {
url = "https://mosh.org/${name}.tar.gz";
url = "https://mosh.org/mosh-${version}.tar.gz";
sha256 = "05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s";
};