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

lubelogger: 1.2.1 -> 1.2.2
This commit is contained in:
Weijia Wang 2024-02-25 02:07:21 +01:00 committed by GitHub
commit f603e5d7fa
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.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-YxP8XmjYqxuTA2fIV1q7GBsrWPtLr02KkFl4UUNJ2p8=";
hash = "sha256-eH8BWTUTzmVTOnn5svSfk8hqf8CjIpQdxoknlkgjVDY=";
};
projectFile = "CarCareTracker.sln";