Unverified Commit 0145e9ce authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

ultrastardx: 2025.12.0 -> 2025.12.1 (#475374)

parents 9ccfd63d 52d01ecd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "ultrastardx";
  version = "2025.12.0";
  version = "2025.12.1";

  src = fetchFromGitHub {
    owner = "UltraStar-Deluxe";
    repo = "USDX";
    rev = "v${version}";
    hash = "sha256-t+sfDmZmZccFndlL+v3H3qyTLD5sCsYbWmwqYtC9jK0=";
    hash = "sha256-NwYFsd15nUgEnzQaoZdp7Au1H1QrrpoZX8PmnQ9URVA=";
  };

  nativeBuildInputs = [