Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: prefix 0- in unstable versions #381883

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion pkgs/applications/audio/adlplug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
in
stdenv.mkDerivation rec {
pname = "${lib.strings.toLower type}plug";
version = "unstable-2021-12-17";
version = "0-unstable-2021-12-17";

src = fetchFromGitHub {
owner = "jpcima";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/deadbeef/plugins/lyricbar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

stdenv.mkDerivation {
pname = "deadbeef-lyricbar-plugin";
version = "unstable-2019-01-29";
version = "0-unstable-2019-01-29";

src = fetchFromGitHub {
owner = "C0rn3j";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

stdenv.mkDerivation rec {
pname = "deadbeef-musical-spectrum-plugin";
version = "unstable-2020-07-01";
version = "0-unstable-2020-07-01";

src = fetchFromGitHub {
owner = "cboxdoerfer";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

stdenv.mkDerivation {
pname = "deadbeef-playlist-manager-plugin";
version = "unstable-2021-05-02";
version = "0-unstable-2021-05-02";

src = fetchFromGitHub {
owner = "kpcee";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/freqtweak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
pname = "freqtweak";
version = "unstable-2019-08-03";
version = "0-unstable-2019-08-03";

src = fetchFromGitHub {
owner = "essej";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/hushboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonApplication {
pname = "hushboard";
version = "unstable-2021-03-17";
version = "0-unstable-2021-03-17";

src = fetchFromGitHub {
owner = "stuartlangridge";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/iannix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

mkDerivation rec {
pname = "iannix";
version = "unstable-2020-12-09";
version = "0-unstable-2020-12-09";

src = fetchFromGitHub {
owner = "iannix";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/in-formant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

stdenv.mkDerivation rec {
pname = "in-formant";
version = "unstable-2022-09-15";
version = "0-unstable-2022-09-15";

src = fetchFromGitHub {
owner = "in-formant";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/jack-autoconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkDerivation rec {
pname = "jack_autoconnect";

# It does not have any versions (yet?)
version = "unstable-2021-02-01";
version = "0-unstable-2021-02-01";

src = fetchFromGitHub {
owner = "kripton";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/muso/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

rustPlatform.buildRustPackage rec {
pname = "muso";
version = "unstable-2021-09-02";
version = "0-unstable-2021-09-02";

src = fetchFromGitHub {
owner = "quebin31";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/non/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

stdenv.mkDerivation {
pname = "non";
version = "unstable-2021-01-28";
version = "0-unstable-2021-01-28";
src = fetchFromGitHub {
owner = "linuxaudio";
repo = "non";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/open-music-kontrollers/jit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ callPackage ./generic.nix (
args
// rec {
pname = "jit";
version = "unstable-2021-08-15";
version = "0-unstable-2021-08-15";
url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-1f5d6935049fc0dd5a4dc257b84b36d2048f2d83.tar.xz";
sha256 = "sha256-XGICowVb0JgLJpn2h9GtViobYTdmo1LJ7/JFEyVsIqU=";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/open-music-kontrollers/orbit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ callPackage ./generic.nix (
args
// rec {
pname = "orbit";
version = "unstable-2021-04-13";
version = "0-unstable-2021-04-13";
url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-f4aa620fc8d77418856581a6a955192af15b3860.tar.xz";
sha256 = "0z8d8h2w8fb2zx84n697jvy32dc0vf60jyiyh4gm22prgr2dvgkc";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/open-music-kontrollers/router.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ callPackage ./generic.nix (
args
// rec {
pname = "router";
version = "unstable-2021-04-13";
version = "0-unstable-2021-04-13";

url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-7d754dd64c540d40b828166401617715dc235ca3.tar.xz";
sha256 = "sha256-LjaW5Xdxfjzd6IJ2ptHzmHt7fhU1HQo7ubZ4USVqRE8=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ callPackage ./generic.nix (
args
// rec {
pname = "synthpod";
version = "unstable-2021-10-22";
version = "0-unstable-2021-10-22";

url = "https://git.open-music-kontrollers.ch/lv2/synthpod/snapshot/synthpod-6f284bdad882037a522c120af92b96d8abf2de60.tar.xz";
sha256 = "sha256-59WBlOKum5Pcmq2CfFfRHCNEa8uPCoBk0kSjFlIcypw=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/squishyball/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
pname = "squishyball";
version = "unstable-2020-11-23";
version = "0-unstable-2020-11-23";

src = fetchFromGitLab {
domain = "gitlab.xiph.org";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/tamgamp.lv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

stdenv.mkDerivation rec {
pname = "tamgamp.lv2";
version = "unstable-2020-06-14";
version = "0-unstable-2020-06-14";

src = fetchFromGitHub {
owner = "sadko4u";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/tunefish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

stdenv.mkDerivation {
pname = "tunefish";
version = "unstable-2020-08-13";
version = "0-unstable-2020-08-13";

src = fetchFromGitHub {
owner = "jpcima";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/zrythm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let
# So we need Carla unstable
carla-unstable = carla.overrideAttrs (oldAttrs: {
pname = "carla";
version = "unstable-2024-04-26";
version = "0-unstable-2024-04-26";

src = fetchFromGitHub {
owner = "falkTX";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/backup/restique/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

mkDerivation rec {
pname = "restique";
version = "unstable-2022-11-29";
version = "0-unstable-2022-11-29";

src = fetchFromGitea {
domain = "git.srcbox.net";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
vimUtils.buildVimPlugin {
pname = "clangd_extensions.nvim";
version = "unstable-2024-10-05";
version = "0-unstable-2024-10-05";

src = fetchFromSourcehut {
owner = "~p00f";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
vimUtils.buildVimPlugin {
pname = "hare.vim";
version = "unstable-2025-01-23";
version = "0-unstable-2025-01-23";

src = fetchFromSourcehut {
owner = "~sircmpwn";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
vimUtils.buildVimPlugin {
pname = "rainbow-delimiters.nvim";
version = "unstable-2025-01-12";
version = "0-unstable-2025-01-12";

src = fetchFromGitLab {
owner = "HiPhish";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/file-managers/dfilemanager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

mkDerivation {
pname = "dfilemanager";
version = "unstable-2021-02-20";
version = "0-unstable-2021-02-20";

src = fetchFromGitHub {
owner = "probonopd";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/gimp/plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lib.makeScope pkgs.newScope (

farbfeld = pluginDerivation {
pname = "farbfeld";
version = "unstable-2019-08-12";
version = "0-unstable-2019-08-12";

src = fetchFromGitHub {
owner = "ids1024";
Expand Down Expand Up @@ -296,7 +296,7 @@ lib.makeScope pkgs.newScope (
};

gimplensfun = pluginDerivation {
version = "unstable-2018-10-21";
version = "0-unstable-2018-10-21";
pname = "gimplensfun";

src = fetchFromGitHub {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/glabels-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

mkDerivation {
pname = "glabels-qt";
version = "unstable-2021-02-06";
version = "0-unstable-2021-02-06";

src = fetchFromGitHub {
owner = "jimevins";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/inkscape/extensions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

hexmap = stdenv.mkDerivation {
pname = "hexmap";
version = "unstable-2023-01-26";
version = "0-unstable-2023-01-26";

src = fetchFromGitHub {
owner = "lifelike";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/openboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
let
importer = stdenv.mkDerivation {
pname = "openboard-importer";
version = "unstable-2016-10-08";
version = "0-unstable-2016-10-08";

src = fetchFromGitHub {
owner = "OpenBoard-org";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/pick-colour-picker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "pick-colour-picker";
version = "unstable-2022-05-08";
version = "0-unstable-2022-05-08";

src = fetchFromGitHub {
owner = "stuartlangridge";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/qscreenshot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

stdenv.mkDerivation rec {
pname = "qscreenshot";
version = "unstable-2021-10-18";
version = "0-unstable-2021-10-18";

src = fetchgit {
url = "https://git.code.sf.net/p/qscreenshot/code";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/smartdeblur/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
pname = "smartdeblur";
version = "unstable-2018-10-29";
version = "0-unstable-2018-10-29";

src = fetchFromGitHub {
owner = "Y-Vladimir";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/weylus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

rustPlatform.buildRustPackage rec {
pname = "weylus";
version = "unstable-2022-06-07";
version = "0-unstable-2022-06-07";

src = fetchFromGitHub {
owner = "H-M-H";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/audio/sox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

stdenv.mkDerivation rec {
pname = "sox";
version = "unstable-2021-05-09";
version = "0-unstable-2021-05-09";

src = fetchgit {
# not really needed, but when this src was updated from `fetchurl ->
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/cambrinary/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonApplication rec {
pname = "cambrinary";
version = "unstable-2023-07-16";
version = "0-unstable-2023-07-16";
format = "pyproject";

src = fetchFromGitHub {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/cataract/unstable.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ callPackage }:

callPackage ./build.nix {
version = "unstable-2016-10-18";
version = "0-unstable-2016-10-18";
rev = "db3d992febbe703931840e9bdad95c43081694a5";
sha256 = "04f85piy675lq36w1mw6mw66n8911mmn4ifj8h9x47z8z806h3rf";
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/clight/clight-gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
pname = "clight-gui";
version = "unstable-2023-02-21";
version = "0-unstable-2023-02-21";

src = fetchFromGitHub {
owner = "nullobsi";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/dmenu/wayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

stdenv.mkDerivation rec {
pname = "dmenu-wayland";
version = "unstable-2023-05-18";
version = "0-unstable-2023-05-18";

src = fetchFromGitHub {
owner = "nyyManni";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/elf-dissector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation {
pname = "elf-dissector";
version = "unstable-2023-12-24";
version = "0-unstable-2023-12-24";

src = fetchFromGitLab {
domain = "invent.kde.org";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/fetchmail/v7.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

stdenv.mkDerivation {
pname = "fetchmail";
version = "unstable-2022-05-26";
version = "0-unstable-2022-05-26";

src = pkgs.fetchFromGitLab {
owner = "fetchmail";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/kjv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in

stdenv.mkDerivation {
pname = "kjv";
version = "unstable-2021-03-11";
version = "0-unstable-2021-03-11";

src = fetchFromGitHub {
owner = "bontibon";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/kjv/lukesmithxyz-kjv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
pname = "lukesmithxyz-bible-kjv";
version = "unstable-2022-06-01";
version = "0-unstable-2022-06-01";

src = fetchFromGitHub {
owner = "lukesmithxyz";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/latte-dock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

mkDerivation rec {
pname = "latte-dock";
version = "unstable-2024-01-31";
version = "0-unstable-2024-01-31";

src = fetchFromGitLab {
domain = "invent.kde.org";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/openbangla-keyboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

stdenv.mkDerivation rec {
pname = "openbangla-keyboard";
version = "unstable-2023-07-21";
version = "0-unstable-2023-07-21";

src = fetchFromGitHub {
owner = "openbangla";
Expand Down
Loading