Unverified Commit 9c8d70e8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

treewide: prefix unstable versions with `0-unstable` (#428516)

parents 81e7916b 7cf77aa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

gccStdenv.mkDerivation {
  pname = "0verkill";
  version = "unstable-2011-01-13";
  version = "0-unstable-2011-01-13";

  src = fetchFromGitHub {
    owner = "hackndev";
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

rustPlatform.buildRustPackage {
  pname = "0x";
  version = "unstable-2022-07-11";
  version = "0-unstable-2022-07-11";

  src = fetchFromGitHub {
    owner = "mcy";
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
  pname = "2048-in-terminal";
  version = "unstable-2022-06-13";
  version = "0-unstable-2022-06-13";

  src = fetchFromGitHub {
    owner = "alewmoose";
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonPackage {
  pname = "acltoolkit";
  version = "unstable-2023-02-03";
  version = "0-unstable-2023-02-03";
  format = "setuptools";

  src = fetchFromGitHub {
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

stdenv.mkDerivation rec {
  pname = "adbfs-rootless";
  version = "unstable-2023-03-21";
  version = "0-unstable-2023-03-21";

  src = fetchFromGitHub {
    owner = "spion";
Loading