ryubing: 1.2.82 -> 1.2.86
This commit is contained in:
Generated
+2
-7
@@ -151,8 +151,8 @@
|
||||
},
|
||||
{
|
||||
"pname": "Gommon",
|
||||
"version": "2.7.1",
|
||||
"hash": "sha256-tD1gdk4umsl7r5jFd2Wyx3zeRE9BX1FQfZMYoCcpmwY="
|
||||
"version": "2.7.1.1",
|
||||
"hash": "sha256-2AnVtyEbg5A+K/LDjgOpKw/CNRDkAhjVa38L5LYYyrw="
|
||||
},
|
||||
{
|
||||
"pname": "HarfBuzzSharp",
|
||||
@@ -829,11 +829,6 @@
|
||||
"version": "0.1.0",
|
||||
"hash": "sha256-+K7ObC9ucilwWY+Tlf9KcrAVoTFS65V6Di7JDWDSZTg="
|
||||
},
|
||||
{
|
||||
"pname": "SharpMetal",
|
||||
"version": "1.0.0-preview21",
|
||||
"hash": "sha256-ixS88SuK94KfBONdTgXSPSI4tftqekjQ3aJ502rG3Vo="
|
||||
},
|
||||
{
|
||||
"pname": "SharpZipLib",
|
||||
"version": "1.4.2",
|
||||
|
||||
@@ -30,13 +30,13 @@
|
||||
|
||||
buildDotnetModule rec {
|
||||
pname = "ryubing";
|
||||
version = "1.2.82";
|
||||
version = "1.2.86";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Ryubing";
|
||||
repo = "Ryujinx";
|
||||
rev = version;
|
||||
hash = "sha256-pLzmfrdjpn2DTg2AJF1yyTJJPxHScQTX+yq9MbuzMHk=";
|
||||
hash = "sha256-fRdSmdejTK4BUAw5nj3hGCu5u2yZ+tZDN0PoCRzEZIw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user