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

Using tag instead of specific commit revision.

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

View File

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