Unverified Commit 12f0044f authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #291994 from r-ryantm/auto-update/lubelogger

lubelogger: 1.2.2 -> 1.2.3
parents ddb6812a 5c583917
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildDotnetModule rec {
  pname = "lubelogger";
  version = "1.2.2";
  version = "1.2.3";

  src = fetchFromGitHub {
    owner = "hargata";
    repo = "lubelog";
    rev = "v${version}";
    hash = "sha256-eH8BWTUTzmVTOnn5svSfk8hqf8CjIpQdxoknlkgjVDY=";
    hash = "sha256-vYtIrusaprqLNXxb0pyi3a5XX5d1OBpjat0CwvnyCz4=";
  };

  projectFile = "CarCareTracker.sln";