itgmania: 1.0.0 -> 1.0.2

This commit is contained in:
Maxwell L-T
2025-03-27 07:23:19 -04:00
parent baeb309c74
commit bd67495557
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "itgmania";
version = "1.0.0";
version = "1.0.2";
src = fetchFromGitHub {
owner = "itgmania";
repo = "itgmania";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-GzpsyyjR7NhgCQ9D7q8G4YU7HhV1C1es1C1355gHnV8=";
hash = "sha256-OGOvC7/NmEsWXVw4bFjqdT/Hg3Ypbwct//uWuW3/f1o=";
};
nativeBuildInputs = [