Merge pull request #220589 from r-ryantm/auto-update/scarab

scarab: 1.20.0.0 -> 1.31.0.0
This commit is contained in:
Nick Cao
2023-03-11 15:29:22 +08:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
buildDotnetModule rec {
pname = "scarab";
version = "1.20.0.0";
version = "1.31.0.0";
src = fetchFromGitHub {
owner = "fifty-six";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VfXIxir4SaELuF2QpqbVzTvlkYxwERa0ddGEn1OAh04=";
sha256 = "sha256-oReU0kL0wPR6oqhq/uzO7nD1qo74h36w/gyvgffwzns=";
};
nugetDeps = ./deps.nix;