lubelogger: 1.3.7 -> 1.3.8 (#344477)

This commit is contained in:
lassulus
2024-09-27 16:24:55 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.3.7";
version = "1.3.8";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-Rs+aB6H5FzeADpJjK68srjI2JE2QDV0sCIKQwbnFTMg=";
hash = "sha256-f9lj2Er0gQpptzmLpZsxR8hSU6kJlJkwHwpZ7wAq6bk=";
};
projectFile = "CarCareTracker.sln";