lubelogger: 1.4.2 -> 1.4.3

Co-authored-by: Lyndon Sanche <lsanche@lyndeno.ca>
This commit is contained in:
R. Ryantm
2025-01-22 10:35:27 -07:00
committed by Lyndon Sanche
co-authored by Lyndon Sanche
parent eca7c9bba8
commit f7855413db
+3 -3
View File
@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-+c/eXcOzl42Sc5V9hUr3FNcdnL8z28wreIbKrz6c45s=";
hash = "sha256-D++znvzK8hoHOrsLBQTGqkTS/E8Y6IdiZ5fidd2HZmw=";
};
projectFile = "CarCareTracker.sln";
@@ -22,7 +22,7 @@ buildDotnetModule rec {
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
makeWrapperArgs = [
"--set DOTNET_CONTENTROOT ${placeholder "out"}/lib/lubelogger"
"--set DOTNET_WEBROOT ${placeholder "out"}/lib/lubelogger/wwwroot"
];
executables = [ "CarCareTracker" ]; # This wraps "$out/lib/$pname/foo" to `$out/bin/foo`.