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