Merge pull request #294180 from r-ryantm/auto-update/lubelogger

lubelogger: 1.2.4 -> 1.2.5
This commit is contained in:
Weijia Wang 2024-03-08 11:15:22 +01:00 committed by GitHub
commit 792562c47f
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.2.4";
version = "1.2.5";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-1U4dCjm3tRb4GANovIR+Ov4B7+o4DS9lVGjwJnXyR/8=";
hash = "sha256-wMsIcmHNNpgfYtQNQX8D7umdAGnlv0v5PIcI4Q5mRos=";
};
projectFile = "CarCareTracker.sln";