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

lubelogger: 1.2.9 -> 1.3.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-09 22:18:22 +00:00 committed by GitHub
commit ce29021e03
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.9";
version = "1.3.0";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-bzCPoWgI7JA5dEYKl2m1ZzNPXxNRAzZz1lFa7fVCkNw=";
hash = "sha256-L2iimh1weZ2f1mh42ahJVZLnemY3kFGK19jLyhcktjI=";
};
projectFile = "CarCareTracker.sln";