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

lubelogger: 1.3.0 -> 1.3.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-24 18:03:25 +00:00 committed by GitHub
commit 0da27370a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "lubelogger"; pname = "lubelogger";
version = "1.3.0"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hargata"; owner = "hargata";
repo = "lubelog"; repo = "lubelog";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-L2iimh1weZ2f1mh42ahJVZLnemY3kFGK19jLyhcktjI="; hash = "sha256-5gpwB4x2/JAaNtPQrlgFwh7om3rTJE0/mGr/Kn4qIIw=";
}; };
projectFile = "CarCareTracker.sln"; projectFile = "CarCareTracker.sln";