untrunc-anthwlock: unstable-2021-11-21 -> 0-unstable-2021-11-21
This commit is contained in:
parent
6bdd945196
commit
f17ea11c30
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "untrunc-anthwlock";
|
||||
version = "unstable-2021-11-21";
|
||||
version = "0-unstable-2021-11-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anthwlock";
|
||||
|
@ -30,7 +30,10 @@ stdenv.mkDerivation {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
# Only stale "latest" tag
|
||||
hardcodeZeroVersion = true;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)";
|
||||
|
|
Loading…
Reference in a new issue