mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 08:47:45 +00:00
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:
parent
f245241a84
commit
01a84c19a0
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "gkarsay";
|
||||
repo = pname;
|
||||
rev = "98fffe19b7a0b9bdc893309321f435338a58423f";
|
||||
rev = "v${version}";
|
||||
sha256 = "0bi0djic9kf178s7vl3y83v4rzhvynlvyf64n94fy80n2f100dj9";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user