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 18 buildDotnetModule rec { 19 pname = "scarab"; 20 - version = "1.20.0.0"; 21 22 src = fetchFromGitHub { 23 owner = "fifty-six"; 24 repo = pname; 25 rev = "v${version}"; 26 - sha256 = "sha256-VfXIxir4SaELuF2QpqbVzTvlkYxwERa0ddGEn1OAh04="; 27 }; 28 29 nugetDeps = ./deps.nix;
··· 17 18 buildDotnetModule rec { 19 pname = "scarab"; 20 + version = "1.31.0.0"; 21 22 src = fetchFromGitHub { 23 owner = "fifty-six"; 24 repo = pname; 25 rev = "v${version}"; 26 + sha256 = "sha256-oReU0kL0wPR6oqhq/uzO7nD1qo74h36w/gyvgffwzns="; 27 }; 28 29 nugetDeps = ./deps.nix;