Merge pull request #135011 from zeri42/springfix

authored by

Sandro and committed by
GitHub
ef9b54f4 11e68884

+3 -5
+3 -5
pkgs/games/spring/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "spring"; 10 - version = "104.0.1-${buildId}-g${shortRev}"; 11 # usually the latest in https://github.com/spring/spring/commits/maintenance 12 - rev = "f266c8107b3e5dda5a78061ef00ca0ed8736d6f2"; 13 shortRev = builtins.substring 0 7 rev; 14 buildId = "1486"; 15 ··· 18 owner = "spring"; 19 repo = pname; 20 inherit rev; 21 - sha256 = "1nx68d894yfmqc6df72hmk75ph26fqdvlmmq58cca0vbwpz9hf5v"; 22 fetchSubmodules = true; 23 }; 24 ··· 60 license = licenses.gpl2; 61 maintainers = with maintainers; [ phreedom qknight domenkozar sorki ]; 62 platforms = platforms.linux; 63 - # error: 'snprintf' was not declared in this scope 64 - broken = true; 65 }; 66 }
··· 7 8 stdenv.mkDerivation rec { 9 pname = "spring"; 10 + version = "105.0.1-${buildId}-g${shortRev}"; 11 # usually the latest in https://github.com/spring/spring/commits/maintenance 12 + rev = "8581792eac65e07cbed182ccb1e90424ce3bd8fc"; 13 shortRev = builtins.substring 0 7 rev; 14 buildId = "1486"; 15 ··· 18 owner = "spring"; 19 repo = pname; 20 inherit rev; 21 + sha256 = "05lvd8grqmv7vl8rrx02rhl0qhmm58dyi6s78b64j3fkia4sfj1r"; 22 fetchSubmodules = true; 23 }; 24 ··· 60 license = licenses.gpl2; 61 maintainers = with maintainers; [ phreedom qknight domenkozar sorki ]; 62 platforms = platforms.linux; 63 }; 64 }