lubelogger: 1.4.3 -> 1.4.4 (#379268)

Co-authored-by: Lyndeno <lsanche@lyndeno.ca>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-12 20:35:50 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-D++znvzK8hoHOrsLBQTGqkTS/E8Y6IdiZ5fidd2HZmw=";
hash = "sha256-gKNZ/rGEOIPalexMTXduY/c3dGW4adKuzA2aGDpomsM=";
};
projectFile = "CarCareTracker.sln";