lubelogger: 1.6.0 -> 1.6.1 (#494549)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-27 03:16:34 +00:00
committed by GitHub
+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";