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

lubelogger: 1.2.5 -> 1.2.6
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-14 18:27:06 +00:00 committed by GitHub
commit a73d982d25
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.5";
version = "1.2.6";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-wMsIcmHNNpgfYtQNQX8D7umdAGnlv0v5PIcI4Q5mRos=";
hash = "sha256-ZFFTkRCwcoYBjdzlkeAl2MCokF1dXuRV56WpGo2oaiA=";
};
projectFile = "CarCareTracker.sln";