Unverified Commit 8073f799 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

vrcvideocacher: 2026.4.4 -> 2026.4.6 (#511700)

parents 76f539e2 3e46b466
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
buildDotnetModule (finalAttrs: {
  pname = "vrcvideocacher";
  version = "2026.4.4";
  version = "2026.4.6";

  src = fetchFromGitHub {
    owner = "EllyVR";
    repo = "VRCVideoCacher";
    tag = finalAttrs.version;
    hash = "sha256-VollU7um18HYeIyXC8PzqcNbBYM3gd2JzxSql4VSFWw=";
    hash = "sha256-0jQK/VFbiMlX9txA/FuyCLe5AADH3IzvvIffZNU5Hes=";
  };

  __structuredAttrs = true;