Unverified Commit 77a52192 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ultrastardx: 2025.6.0 -> 2025.8.0 (#430315)



Co-authored-by: default avatardiogotcorreia <me@diogotc.com>
parents 130323cf 029fc42b
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.6.0";
  version = "2025.8.0";

  src = fetchFromGitHub {
    owner = "UltraStar-Deluxe";
    repo = "USDX";
    rev = "v${version}";
    hash = "sha256-0M5z40DLZsw/MPjhxsXGwkJnd1dnV59UjR15UXQCChM=";
    hash = "sha256-rliUJNhvbXbD+ELxwutCoQs6BO1DyJ8J/+mmYHPuvQE=";
  };

  nativeBuildInputs = [