dart.audiotags: add 1.4.2
This commit is contained in:
@@ -12,14 +12,15 @@ let
|
||||
inherit version src;
|
||||
|
||||
postPatch = ''
|
||||
cp ${cargoLock.lockFile} Cargo.lock
|
||||
cp --no-preserve=mode ${cargoLock.lockFile} Cargo.lock
|
||||
'';
|
||||
|
||||
sourceRoot = "${src.name}/rust";
|
||||
|
||||
cargoLock =
|
||||
{
|
||||
_1_4_1.lockFile = ./Cargo-1.4.1.lock;
|
||||
cargoLock.lockFile =
|
||||
rec {
|
||||
_1_4_2 = _1_4_1;
|
||||
_1_4_1 = ./Cargo-1.4.1.lock;
|
||||
}
|
||||
.${"_" + (lib.replaceStrings [ "." ] [ "_" ] version)} or (throw ''
|
||||
Unsupported version of pub 'audiotags': '${version}'
|
||||
|
||||
Reference in New Issue
Block a user