Update pkgs/applications/audio/parlatype/default.nix

Using pname as github repository name.

Co-Authored-By: melchips <melchips@users.noreply.github.com>
This commit is contained in:
Ryan Mulligan 2019-03-15 10:15:34 +01:00 committed by GitHub
parent 8513438f5a
commit f245241a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gkarsay"; owner = "gkarsay";
repo = "parlatype"; repo = pname;
rev = "98fffe19b7a0b9bdc893309321f435338a58423f"; rev = "98fffe19b7a0b9bdc893309321f435338a58423f";
sha256 = "0bi0djic9kf178s7vl3y83v4rzhvynlvyf64n94fy80n2f100dj9"; sha256 = "0bi0djic9kf178s7vl3y83v4rzhvynlvyf64n94fy80n2f100dj9";
}; };