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
commit 4c030cf309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";