Merge pull request #74247 from bhipple/fix/par-pname

par: use pname
This commit is contained in:
Mario Rodas 2019-11-26 07:36:14 -05:00 committed by GitHub
commit 927505157b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
{stdenv, fetchurl, fetchpatch}:
stdenv.mkDerivation {
name = "par-1.52";
pname = "par";
version = "1.52";
src = fetchurl {
url = http://www.nicemice.net/par/Par152.tar.gz;