mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
tamgamp-lv2: fix invalid unstable version scheme (#556402)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "tamgamp.lv2";
|
||||
version = "unstable-2020-06-14";
|
||||
version = "0-unstable-2020-06-14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sadko4u";
|
||||
|
||||
Reference in New Issue
Block a user