scarab: 2.1.0.0 -> 2.5.0.0

This commit is contained in:
huantian 2023-10-30 20:38:42 -07:00
parent b84c09e767
commit 707b8aeae2
No known key found for this signature in database
GPG key ID: 4A0318E04E555DE5

View file

@ -16,13 +16,13 @@
buildDotnetModule rec {
pname = "scarab";
version = "2.1.0.0";
version = "2.5.0.0";
src = fetchFromGitHub {
owner = "fifty-six";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TbsCj30ZlZmm+i/k31eo9X+XE9Zu13uL9QZOGaRm9zs=";
sha256 = "sha256-z1hmMrfeoYyjVEPPjWvUfKUKsOS7UsocSWMYrFY+/kI=";
};
nugetDeps = ./deps.nix;