lubelogger: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm 2024-03-02 18:22:23 +00:00
parent 4e6904ee82
commit a64e7fc416

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