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

lubelogger: 1.2.8 -> 1.2.9
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-29 17:32:31 +00:00 committed by GitHub
commit ab279344c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.2.8";
version = "1.2.9";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-22I4OJZLeFLstGZF1fY/s8Y5tPgGJpJR/sPZpkHvUmY=";
hash = "sha256-bzCPoWgI7JA5dEYKl2m1ZzNPXxNRAzZz1lFa7fVCkNw=";
};
projectFile = "CarCareTracker.sln";