lubelogger: 1.2.8 -> 1.2.9

This commit is contained in:
R. Ryantm 2024-03-29 15:09:18 +00:00
parent ed8d50fbfc
commit 33a1770eaf
1 changed files with 2 additions and 2 deletions

View File

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