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

This commit is contained in:
Yohann Boniface
2025-10-31 22:32:13 +00:00
committed by GitHub
@@ -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;
};