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

supermariowar: 2024-unstable-2025-04-03 -> 2024-unstable-2025-06-18 (#419406)

parents 9a2b8940 dbf79155
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "supermariowar";
  version = "2024-unstable-2025-04-03";
  version = "2024-unstable-2025-06-18";

  src = fetchFromGitHub {
    owner = "mmatyas";
    repo = "supermariowar";
    rev = "c0ed774a2415ad45e72bd6086add2a5cbfc88898";
    hash = "sha256-vh8SSMxAOG8f9nyJmKUlA8yb+G61Bfc62dhB2eLdo20=";
    rev = "71383b07b99a52b57be79cf371ab718337365019";
    hash = "sha256-PjweE8cGAp8V4LY0/6QzLekQ80Q1qbwDiiSzDirA29s=";
    fetchSubmodules = true;
  };