grayjay: 8->9

(cherry picked from commit 21d844a337)
This commit is contained in:
Airradda
2025-07-15 19:52:03 -05:00
committed by samfundev
parent 3beab77acd
commit 32d765ebc7
2 changed files with 2 additions and 7 deletions

View File

@@ -74,11 +74,6 @@
"version": "7.4.5",
"hash": "sha256-IvttjtyJXWVhuJNkqqxNpLwM3WtljHuHSaKtSkblAqE="
},
{
"pname": "Microsoft.ClearScript.V8.Native.win-x64",
"version": "7.4.3",
"hash": "sha256-8lRSVozrki7h64MIgP6v0VWEV1fR1op+hjHd8S4nJ88="
},
{
"pname": "Microsoft.ClearScript.V8.Native.win-x64",
"version": "7.4.5",

View File

@@ -35,13 +35,13 @@
_experimental-update-script-combinators,
}:
let
version = "8";
version = "9";
src = fetchFromGitLab {
domain = "gitlab.futo.org";
owner = "videostreaming";
repo = "Grayjay.Desktop";
tag = version;
hash = "sha256-inJteBsGrLp09vhhfZnMKmKOot2ElAzDp6TfOlXwsy8=";
hash = "sha256-O211trFJ9tQRVdlztp5ER0Ej6SIrCDn45mRGns7NV90=";
fetchSubmodules = true;
fetchLFS = true;
};