Commit 4dc554d4 authored by mivorasu's avatar mivorasu Committed by Masum Reza
Browse files

treewide: normalize unstable version strings

parent 286ea57c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

stdenv.mkDerivation {
  pname = "android-backup-extractor";
  version = "0-unstable-2025-01-15-62310d4";
  version = "0-unstable-2025-01-15";

  src = fetchurl {
    url = "https://github.com/nelenkov/android-backup-extractor/releases/download/latest/abe-62310d4.jar";
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3Packages.buildPythonApplication {
  pname = "arubaotp-seed-extractor";
  version = "0-unstable-22-12-2022";
  version = "0-unstable-2022-12-22";

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

rustPlatform.buildRustPackage {
  pname = "bounty";
  version = "0.1.0-unstable-25-01-29";
  version = "0.1.0-unstable-2025-02-15";

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

stdenvNoCC.mkDerivation {
  pname = "breeze-hacked-cursor-theme";
  version = "0-unstable-2024-1-28";
  version = "0-unstable-2024-01-28";

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

stdenv.mkDerivation {
  pname = "ceptre";
  version = "0-unstable-2024-8-26";
  version = "0-unstable-2024-08-26";

  src = fetchFromGitHub {
    owner = "chrisamaphone";
Loading