itgmania: 0.9.0 -> 1.0.0 (#389446)

Co-authored-by: ftsimas <ftsimas@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-14 07:48:54 +00:00
committed by GitHub
co-authored by ftsimas
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "itgmania";
version = "0.9.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "itgmania";
repo = "itgmania";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-SAEYkAPNUjGNfNnHfwyOj65i2SpEX0ct/fREob5/6fI=";
hash = "sha256-GzpsyyjR7NhgCQ9D7q8G4YU7HhV1C1es1C1355gHnV8=";
};
nativeBuildInputs = [