mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
yasm: replace name with pname&version
This commit is contained in:
parent
513701efce
commit
0e274ced1b
@ -1,10 +1,11 @@
|
||||
{lib, stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yasm-1.3.0";
|
||||
pname = "yasm";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.tortall.net/projects/yasm/releases/${name}.tar.gz";
|
||||
url = "https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz";
|
||||
sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user