lubelogger: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2026-02-27 01:35:27 +00:00
parent 209a1492a1
commit 7c09e324ca
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-EVW14IkUO+qMDZLF6TghY3FYiyeMKJifGpa9Vt15OkU=";
hash = "sha256-0PjIRf8M4wmn2zm7I9P1o8Zp2CRgZHxt5p6L8bTqJbE=";
};
projectFile = "CarCareTracker.sln";