lubelogger: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2024-02-28 03:46:43 +00:00
parent 5d1b96ebf2
commit 5c5839177a

View file

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-eH8BWTUTzmVTOnn5svSfk8hqf8CjIpQdxoknlkgjVDY=";
hash = "sha256-vYtIrusaprqLNXxb0pyi3a5XX5d1OBpjat0CwvnyCz4=";
};
projectFile = "CarCareTracker.sln";