steam-lancache-prefill: 3.4.2 -> 3.5.1 (#537540)

This commit is contained in:
Oleksii Filonenko
2026-07-01 19:26:46 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -136,8 +136,8 @@
},
{
"pname": "Spectre.Console",
"version": "0.49.2-preview.0.67",
"hash": "sha256-e1BrfX8ME8Ob7ZVKx8VYExKNvLzHHxNJ1R+Yv2lVE3A="
"version": "0.51.1",
"hash": "sha256-FQAK07dEwEsNYVI1T3S488LHv8AXJ+ZeA9N2hPpWBoo="
},
{
"pname": "Spectre.Console.Analyzer",

View File

@@ -10,13 +10,13 @@
buildDotnetModule (finalAttrs: {
pname = "steam-lancache-prefill";
version = "3.4.2";
version = "3.5.1";
src = fetchFromGitHub {
owner = "tpill90";
repo = "steam-lancache-prefill";
tag = "v${finalAttrs.version}";
hash = "sha256-FD7rC73VF+jhdCrSPKEillRXAi7jbY+h+oHi0Bpng3k=";
hash = "sha256-BDJB4kubcA9Uu84CubZ0uyKYwYWQYq+pBJa0t0q481Y=";
fetchSubmodules = true;
};