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

lubelogger: 1.2.3 -> 1.2.4
This commit is contained in:
Nick Cao 2024-03-03 10:10:49 -05:00 committed by GitHub
commit c5433f5bd6
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.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-vYtIrusaprqLNXxb0pyi3a5XX5d1OBpjat0CwvnyCz4=";
hash = "sha256-1U4dCjm3tRb4GANovIR+Ov4B7+o4DS9lVGjwJnXyR/8=";
};
projectFile = "CarCareTracker.sln";