lubelogger: 1.3.6 -> 1.3.7

This commit is contained in:
R. Ryantm 2024-09-24 04:39:03 +00:00
parent ee35dc7c19
commit afc1224193

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.3.6";
version = "1.3.7";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-gfnfxm/xxFx77UnEinr+D8GoIN/KMz3BEbjpCYqQ6as=";
hash = "sha256-Rs+aB6H5FzeADpJjK68srjI2JE2QDV0sCIKQwbnFTMg=";
};
projectFile = "CarCareTracker.sln";