itgmania: 1.0.2 -> 1.1.0

This commit is contained in:
Maxwell L-T
2025-06-23 11:35:24 -04:00
parent 1fa650463c
commit 1e9b82839c
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "itgmania";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "itgmania";
repo = "itgmania";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-OGOvC7/NmEsWXVw4bFjqdT/Hg3Ypbwct//uWuW3/f1o=";
hash = "sha256-C9qVUZdRnKbQgfgbXnzT+lI2+FEXBaMQv/U6UF5wyzo=";
};
nativeBuildInputs = [