Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

itgmania: 0.9.0 -> 1.0.0 (#389446)

Co-authored-by: ftsimas <ftsimas@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] ftsimas and committed by GitHub 89bd97fe 729fa0f9

+2 -2
+2 -2
pkgs/by-name/it/itgmania/package.nix
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "itgmania"; 26 - version = "0.9.0"; 27 28 src = fetchFromGitHub { 29 owner = "itgmania"; 30 repo = "itgmania"; 31 rev = "v${finalAttrs.version}"; 32 fetchSubmodules = true; 33 - hash = "sha256-SAEYkAPNUjGNfNnHfwyOj65i2SpEX0ct/fREob5/6fI="; 34 }; 35 36 nativeBuildInputs = [
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "itgmania"; 26 + version = "1.0.0"; 27 28 src = fetchFromGitHub { 29 owner = "itgmania"; 30 repo = "itgmania"; 31 rev = "v${finalAttrs.version}"; 32 fetchSubmodules = true; 33 + hash = "sha256-GzpsyyjR7NhgCQ9D7q8G4YU7HhV1C1es1C1355gHnV8="; 34 }; 35 36 nativeBuildInputs = [