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

lubelogger: 1.2.7 -> 1.2.8
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-21 23:52:26 +00:00 committed by GitHub
commit e52b38ae97
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.7";
version = "1.2.8";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-7bU+ZXYvwg33hW0d+4it/3eSnvQ2SW9vWEbqhGMYxQQ=";
hash = "sha256-22I4OJZLeFLstGZF1fY/s8Y5tPgGJpJR/sPZpkHvUmY=";
};
projectFile = "CarCareTracker.sln";