lubelogger: 1.4.1 -> 1.4.2 (#372114)

Co-authored-by: Lyndeno <lsanche@lyndeno.ca>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-10 19:19:03 +00:00
committed by GitHub
co-authored by Lyndeno
+2 -2
View File
@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-Ee9jwbZNc5M9edGkPvbO7xaraYXVMbVazVOU6DV6nFc=";
hash = "sha256-+c/eXcOzl42Sc5V9hUr3FNcdnL8z28wreIbKrz6c45s=";
};
projectFile = "CarCareTracker.sln";