lubelogger: 1.5.4 -> 1.5.5 (#466638)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-30 21:40:58 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.5.4";
version = "1.5.5";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-YynkoqifKgEH8yiewcVVmMT0kX+NXaansJ7Z78NfXm4=";
hash = "sha256-xoq1EgwA4MScuyVN4djqWPjlRXouMR3JnZviOIaDNUU=";
};
projectFile = "CarCareTracker.sln";