lubelogger: 1.6.8 -> 1.7.0

This commit is contained in:
R. Ryantm
2026-07-17 08:17:06 +00:00
parent 705ffce919
commit a83fbfb6d9
+2 -2
View File
@@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.6.8";
version = "1.7.0";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-ePzR6TmByUBWGuOEg8WKMpvQT7qHGkZuBF8CkTwMtuY=";
hash = "sha256-I4GGlkEirqxiwIqczsCe9ns0ImOOalqg+pWKXx3o1Fo=";
};
projectFile = "CarCareTracker.sln";