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

scarab: 1.20.0.0 -> 1.31.0.0

+2 -2
+2 -2
pkgs/tools/games/scarab/default.nix
··· 17 17 18 18 buildDotnetModule rec { 19 19 pname = "scarab"; 20 - version = "1.20.0.0"; 20 + version = "1.31.0.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "fifty-six"; 24 24 repo = pname; 25 25 rev = "v${version}"; 26 - sha256 = "sha256-VfXIxir4SaELuF2QpqbVzTvlkYxwERa0ddGEn1OAh04="; 26 + sha256 = "sha256-oReU0kL0wPR6oqhq/uzO7nD1qo74h36w/gyvgffwzns="; 27 27 }; 28 28 29 29 nugetDeps = ./deps.nix;