Unverified Commit 14a13da2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

steam-lancache-prefill: 3.4.1 -> 3.4.2 (#468587)

parents 1048e30c 208ed543
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildDotnetModule (finalAttrs: {
  pname = "steam-lancache-prefill";
  version = "3.4.1";
  version = "3.4.2";

  src = fetchFromGitHub {
    owner = "tpill90";
    repo = "steam-lancache-prefill";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6XBe64hAe5mPakjcTAPdwnMKsVlvCeorItLVS5cf+cI=";
    hash = "sha256-FD7rC73VF+jhdCrSPKEillRXAi7jbY+h+oHi0Bpng3k=";
    fetchSubmodules = true;
  };