lubelogger: 1.6.8 -> 1.7.0 (#542853)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-18 20:25:13 +00:00
committed by GitHub
+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";