lubelogger: 1.3.7 -> 1.3.8

This commit is contained in:
Lyndon Sanche 2024-09-25 10:54:12 -06:00
parent c264e0eb67
commit 3c12833673
No known key found for this signature in database

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