lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

grayjay: 8->9

Airradda 21d844a3 aa0c7adc

+2 -7
-5
pkgs/by-name/gr/grayjay/deps.json
··· 86 86 }, 87 87 { 88 88 "pname": "Microsoft.ClearScript.V8.Native.win-x64", 89 - "version": "7.4.3", 90 - "hash": "sha256-8lRSVozrki7h64MIgP6v0VWEV1fR1op+hjHd8S4nJ88=" 91 - }, 92 - { 93 - "pname": "Microsoft.ClearScript.V8.Native.win-x64", 94 89 "version": "7.4.5", 95 90 "hash": "sha256-WF4K7g1w510viiXHJJjKQrsD/mvb99tF76yBCljN1Qw=" 96 91 },
+2 -2
pkgs/by-name/gr/grayjay/package.nix
··· 35 35 _experimental-update-script-combinators, 36 36 }: 37 37 let 38 - version = "8"; 38 + version = "9"; 39 39 src = fetchFromGitLab { 40 40 domain = "gitlab.futo.org"; 41 41 owner = "videostreaming"; 42 42 repo = "Grayjay.Desktop"; 43 43 tag = version; 44 - hash = "sha256-inJteBsGrLp09vhhfZnMKmKOot2ElAzDp6TfOlXwsy8="; 44 + hash = "sha256-O211trFJ9tQRVdlztp5ER0Ej6SIrCDn45mRGns7NV90="; 45 45 fetchSubmodules = true; 46 46 fetchLFS = true; 47 47 };