supermariowar: 2023-unstable-2024-09-21 -> 2023-unstable-2024-10-17

This commit is contained in:
R. Ryantm 2024-11-21 17:14:42 +00:00
parent d533f739c4
commit edadf1c80f

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;
};