lubelogger: 1.2.4 -> 1.2.5

This commit is contained in:
R. Ryantm 2024-03-08 01:52:58 +00:00
parent c8cd65298e
commit bbca382cc5

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "lubelogger";
version = "1.2.4";
version = "1.2.5";
src = fetchFromGitHub {
owner = "hargata";
repo = "lubelog";
rev = "v${version}";
hash = "sha256-1U4dCjm3tRb4GANovIR+Ov4B7+o4DS9lVGjwJnXyR/8=";
hash = "sha256-wMsIcmHNNpgfYtQNQX8D7umdAGnlv0v5PIcI4Q5mRos=";
};
projectFile = "CarCareTracker.sln";