mosh: name -> pname

This commit is contained in:
Luflosi 2020-11-23 23:12:43 +01:00
parent ac0ac4fe51
commit 17b13546af
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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";
};