about summary refs log tree commit diff
path: root/pkgs/tools/video/untrunc-anthwlock
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-03-03 18:53:12 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-05-04 19:31:44 +0200
commitf17ea11c306feef5f030e56619c62b32889b343e (patch)
treefb341ef613088196823e9e42e1406752d5589494 /pkgs/tools/video/untrunc-anthwlock
parent6bdd945196f30ec1c8ec2b33864fbfe97fd92819 (diff)
untrunc-anthwlock: unstable-2021-11-21 -> 0-unstable-2021-11-21
Diffstat (limited to 'pkgs/tools/video/untrunc-anthwlock')
-rw-r--r--pkgs/tools/video/untrunc-anthwlock/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/tools/video/untrunc-anthwlock/default.nix b/pkgs/tools/video/untrunc-anthwlock/default.nix
index b4bdbb0aff035..db98232c01bc8 100644
--- a/pkgs/tools/video/untrunc-anthwlock/default.nix
+++ b/pkgs/tools/video/untrunc-anthwlock/default.nix
@@ -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)";