3
0
Fork 0
forked from mirrors/nixpkgs

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

scarab: 1.19.0.0 -> 1.20.0.0
This commit is contained in:
Nick Cao 2023-01-31 11:23:36 +08:00 committed by GitHub
commit b926430adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
buildDotnetModule rec {
pname = "scarab";
version = "1.19.0.0";
version = "1.20.0.0";
src = fetchFromGitHub {
owner = "fifty-six";
repo = pname;
rev = "v${version}";
sha256 = "10pmzy7nhcam0686kpn64cgar59shzzy5k7j3vrgmnm27zgkr22v";
sha256 = "sha256-VfXIxir4SaELuF2QpqbVzTvlkYxwERa0ddGEn1OAh04=";
};
nugetDeps = ./deps.nix;