Commit 64dac50a authored by R. RyanTM's avatar R. RyanTM
Browse files

steam-lancache-prefill: 3.3.0 -> 3.4.0

parent 55fc1b11
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.3.0";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "tpill90";
    repo = "steam-lancache-prefill";
    tag = "v${finalAttrs.version}";
    hash = "sha256-V3hegWhJCkQiE6pkGLRVKw6UcNNEt0dF9URSfBz3BEk=";
    hash = "sha256-8iYAg6Cpoehnnk/JXdBLkG0QSNnD9hpqizX0jCtp3PM=";
    fetchSubmodules = true;
  };