lubelogger: 1.5.5 -> 1.5.6

This commit is contained in:
R. Ryantm
2025-12-28 03:13:22 +00:00
parent 34ea739c28
commit 8672dead53
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.5.5";
version = "1.5.6";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-xoq1EgwA4MScuyVN4djqWPjlRXouMR3JnZviOIaDNUU=";
hash = "sha256-UzYPmNHvVYCQU2OfvJK7W5oLL0P1B7CrgMxbBvf3b28=";
};
projectFile = "CarCareTracker.sln";