lubelogger: 1.3.6 -> 1.3.7 (#344123)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-25 16:39:35 +00:00 committed by GitHub
commit 201d72a5cb
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.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";