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
+2 -2
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";