lubelogger: 1.2.9 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-04-09 03:47:10 +00:00
parent f6eb921406
commit 1300357c0f

View File

@ -6,13 +6,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "lubelogger"; pname = "lubelogger";
version = "1.2.9"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hargata"; owner = "hargata";
repo = "lubelog"; repo = "lubelog";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-bzCPoWgI7JA5dEYKl2m1ZzNPXxNRAzZz1lFa7fVCkNw="; hash = "sha256-L2iimh1weZ2f1mh42ahJVZLnemY3kFGK19jLyhcktjI=";
}; };
projectFile = "CarCareTracker.sln"; projectFile = "CarCareTracker.sln";