From aacfa30990b2638a90eff136a91ee45523c9b890 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:12:59 +0100 Subject: [PATCH 01/12] drawterm: unstable-2024-04-23 -> 0-unstable-2024-04-23 --- pkgs/tools/admin/drawterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/drawterm/default.nix b/pkgs/tools/admin/drawterm/default.nix index 48d4720a735e..dacf5155b321 100644 --- a/pkgs/tools/admin/drawterm/default.nix +++ b/pkgs/tools/admin/drawterm/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { pname = "drawterm"; - version = "unstable-2024-04-23"; + version = "0-unstable-2024-04-23"; src = fetchFrom9Front { owner = "plan9front"; From e7d03c2441ea76bc1c6359318b31bc69b1e76886 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:13:51 +0100 Subject: [PATCH 02/12] kaldi: unstable-2024-01-31 -> 0-unstable-2024-01-31 --- pkgs/tools/audio/kaldi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/audio/kaldi/default.nix b/pkgs/tools/audio/kaldi/default.nix index e841b1291013..689cea017ab3 100644 --- a/pkgs/tools/audio/kaldi/default.nix +++ b/pkgs/tools/audio/kaldi/default.nix @@ -19,7 +19,7 @@ assert blas.implementation == "openblas" && lapack.implementation == "openblas"; stdenv.mkDerivation (finalAttrs: { pname = "kaldi"; - version = "unstable-2024-01-31"; + version = "0-unstable-2024-01-31"; src = fetchFromGitHub { owner = "kaldi-asr"; From 467371b4b3c010b61c4357ad8818837b681662ad Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:14:12 +0100 Subject: [PATCH 03/12] vgmtools: unstable-2023-08-27 -> 0.1-unstable-2023-08-27 --- pkgs/tools/audio/vgmtools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/audio/vgmtools/default.nix b/pkgs/tools/audio/vgmtools/default.nix index 2b1865a6f91c..9e094cea975d 100644 --- a/pkgs/tools/audio/vgmtools/default.nix +++ b/pkgs/tools/audio/vgmtools/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "vgmtools"; - version = "unstable-2023-08-27"; + version = "0.1-unstable-2023-08-27"; src = fetchFromGitHub { owner = "vgmrips"; From db58985637822370c2fdfd27f2eeb5221f386810 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:15:15 +0100 Subject: [PATCH 04/12] cht-sh: unstable-2022-04-18 -> 0-unstable-2022-04-18 --- pkgs/tools/misc/cht.sh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/cht.sh/default.nix b/pkgs/tools/misc/cht.sh/default.nix index b34b1ee4d517..f61defdbdeda 100644 --- a/pkgs/tools/misc/cht.sh/default.nix +++ b/pkgs/tools/misc/cht.sh/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { pname = "cht.sh"; - version = "unstable-2022-04-18"; + version = "0-unstable-2022-04-18"; nativeBuildInputs = [ makeWrapper ]; From 8394f4f63eacba526123cccfe83858876a280b08 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 3 Mar 2024 18:47:33 +0100 Subject: [PATCH 05/12] edid-decode: unstable-2024-04-02 -> 0-unstable-2024-04-02 --- pkgs/tools/misc/edid-decode/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/edid-decode/default.nix b/pkgs/tools/misc/edid-decode/default.nix index f6bcff31a00f..24c4266424a7 100644 --- a/pkgs/tools/misc/edid-decode/default.nix +++ b/pkgs/tools/misc/edid-decode/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { pname = "edid-decode"; - version = "unstable-2024-04-02"; + version = "0-unstable-2024-04-02"; outputs = [ "out" From a3193f95f3e0f9343be93082ba0e61813dd50e7a Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 3 Mar 2024 18:49:53 +0100 Subject: [PATCH 06/12] ipxe: unstable-2024-02-08 -> 1.21.1-unstable-2024-02-08 --- pkgs/tools/misc/ipxe/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/ipxe/default.nix b/pkgs/tools/misc/ipxe/default.nix index 293c32b3e6ff..ebcd89bd6bd7 100644 --- a/pkgs/tools/misc/ipxe/default.nix +++ b/pkgs/tools/misc/ipxe/default.nix @@ -33,7 +33,7 @@ in stdenv.mkDerivation rec { pname = "ipxe"; - version = "unstable-2024-02-08"; + version = "1.21.1-unstable-2024-02-08"; nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux; depsBuildBuild = [ buildPackages.stdenv.cc ]; @@ -101,7 +101,9 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - passthru.updateScript = unstableGitUpdater {}; + passthru.updateScript = unstableGitUpdater { + tagPrefix = "v"; + }; meta = with lib; { description = "Network boot firmware"; From 34f7829f72c3d137d1655b81525a2e2a522f613b Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 3 Mar 2024 18:51:10 +0100 Subject: [PATCH 07/12] tewisay: unstable-2022-11-04 -> 0-unstable-2022-11-04 --- pkgs/tools/misc/tewisay/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/tewisay/default.nix b/pkgs/tools/misc/tewisay/default.nix index f4ae05711285..bcf77c2db2cf 100644 --- a/pkgs/tools/misc/tewisay/default.nix +++ b/pkgs/tools/misc/tewisay/default.nix @@ -6,7 +6,7 @@ buildGoModule rec { pname = "tewisay"; - version = "unstable-2022-11-04"; + version = "0-unstable-2022-11-04"; # lucy deleted the old repo, this is a fork/mirror src = fetchFromGitHub { From 6649696933e941eca9d777fc966172af176b1320 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:16:05 +0100 Subject: [PATCH 08/12] urn-timer: unstable-2024-03-05 -> 0-unstable-2024-03-05 --- pkgs/tools/misc/urn-timer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/urn-timer/default.nix b/pkgs/tools/misc/urn-timer/default.nix index 0b75657fb121..ad0c271fda66 100644 --- a/pkgs/tools/misc/urn-timer/default.nix +++ b/pkgs/tools/misc/urn-timer/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation { pname = "urn-timer"; - version = "unstable-2024-03-05"; + version = "0-unstable-2024-03-05"; src = fetchFromGitHub { owner = "paoloose"; From 24963b128406941c1a5fc398b01eb2cc33f7f089 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:17:20 +0100 Subject: [PATCH 09/12] bash-supergenpass: unstable-2024-03-24 -> 0-unstable-2024-03-24 --- pkgs/tools/security/bash-supergenpass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/bash-supergenpass/default.nix b/pkgs/tools/security/bash-supergenpass/default.nix index f2d2aee7146b..7bf7c3642488 100644 --- a/pkgs/tools/security/bash-supergenpass/default.nix +++ b/pkgs/tools/security/bash-supergenpass/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation { pname = "bash-supergenpass"; - version = "unstable-2024-03-24"; + version = "0-unstable-2024-03-24"; nativeBuildInputs = [ makeWrapper ]; From 6bdd945196f30ec1c8ec2b33864fbfe97fd92819 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Fri, 12 Jan 2024 18:52:41 +0100 Subject: [PATCH 10/12] rofi-pass: unstable-2024-02-13 -> 2.0.2-unstable-2024-02-13 --- pkgs/tools/security/pass/rofi-pass.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/pass/rofi-pass.nix b/pkgs/tools/security/pass/rofi-pass.nix index 9bf699571592..2c1e1ad5b7d2 100644 --- a/pkgs/tools/security/pass/rofi-pass.nix +++ b/pkgs/tools/security/pass/rofi-pass.nix @@ -29,7 +29,7 @@ assert lib.assertOneOf "backend" backend [ "x11" "wayland" ]; stdenv.mkDerivation { pname = "rofi-pass"; - version = "unstable-2024-02-13"; + version = "2.0.2-unstable-2024-02-13"; src = fetchFromGitHub { owner = "carnager"; From f17ea11c306feef5f030e56619c62b32889b343e Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 3 Mar 2024 18:53:12 +0100 Subject: [PATCH 11/12] untrunc-anthwlock: unstable-2021-11-21 -> 0-unstable-2021-11-21 --- pkgs/tools/video/untrunc-anthwlock/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/video/untrunc-anthwlock/default.nix b/pkgs/tools/video/untrunc-anthwlock/default.nix index b4bdbb0aff03..db98232c01bc 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)"; From 135d592dcc5988221d4697eceff821b3ea434037 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 7 Feb 2024 18:18:00 +0100 Subject: [PATCH 12/12] wayland-proxy-virtwl: unstable-2024-04-08 -> 0-unstable-2024-04-08 --- pkgs/tools/wayland/wayland-proxy-virtwl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix b/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix index f87596a0b3ff..6869bfad7641 100644 --- a/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix +++ b/pkgs/tools/wayland/wayland-proxy-virtwl/default.nix @@ -8,7 +8,7 @@ ocamlPackages.buildDunePackage rec { pname = "wayland-proxy-virtwl"; - version = "unstable-2024-04-08"; + version = "0-unstable-2024-04-08"; src = fetchFromGitHub { owner = "talex5";