Unverified Commit f693e8c7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

steam-lancache-prefill: 3.3.0 -> 3.4.0 (#457208)

parents 341fca6a 64dac50a
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;
  };