supermariowar: 2023-unstable-2024-09-21 -> 2023-unstable-2024-10-17 (#357948)

This commit is contained in:
Nick Cao 2024-11-22 08:52:29 -05:00 committed by GitHub
commit 0da0c943be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "supermariowar";
version = "2023-unstable-2024-09-21";
version = "2023-unstable-2024-10-17";
src = fetchFromGitHub {
owner = "mmatyas";
repo = "supermariowar";
rev = "7e7ebe39cadba5d0bd9d7e87a08264332c2f1f12";
hash = "sha256-kBwaqw0GZvLWE5GqgfieLRU4s8wYFtTZyl1MgwWGbMc=";
rev = "a04d6f4069d2ef90a76bf562d1fd937c9cf56140";
hash = "sha256-4WsjSjT3uN5hBqUtH6UaTxHUYkwvjiYrWzRqY3vBpAE=";
fetchSubmodules = true;
};