mosh: name -> pname
This commit is contained in:
parent
ac0ac4fe51
commit
17b13546af
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue