ryubing: 1.3.1 -> 1.3.2 (#416375)
This commit is contained in:
Generated
+5
-5
@@ -449,11 +449,6 @@
|
||||
"version": "2023.2.0",
|
||||
"hash": "sha256-Um10fSmO+21I7f+lbzzVq5e8GBijJ9amTvOlt362p1s="
|
||||
},
|
||||
{
|
||||
"pname": "LibHac",
|
||||
"version": "0.19.0",
|
||||
"hash": "sha256-FDEmeGHbX/aCFjFbFk8QwO2rTfFizt9UKb+KFDt23hk="
|
||||
},
|
||||
{
|
||||
"pname": "MicroCom.CodeGenerator.MSBuild",
|
||||
"version": "0.11.0",
|
||||
@@ -804,6 +799,11 @@
|
||||
"version": "1.2.0",
|
||||
"hash": "sha256-vdDw6YGoyQzv6ustyXP6v7YWUIKEXaZOyUKAaVbRauI="
|
||||
},
|
||||
{
|
||||
"pname": "Ryujinx.LibHac",
|
||||
"version": "0.20.0",
|
||||
"hash": "sha256-msrn9BElOOGtQAz6oK3HbMeyLOQ10Xt8wT0Qyr8NwYU="
|
||||
},
|
||||
{
|
||||
"pname": "Ryujinx.SDL2-CS",
|
||||
"version": "2.30.0-build32",
|
||||
|
||||
@@ -30,14 +30,14 @@
|
||||
|
||||
buildDotnetModule rec {
|
||||
pname = "ryubing";
|
||||
version = "1.3.1";
|
||||
version = "1.3.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "git.ryujinx.app";
|
||||
owner = "Ryubing";
|
||||
repo = "Ryujinx";
|
||||
tag = version;
|
||||
hash = "sha256-MFZIFoMc80b2xTjKiHaabToftk3BZUP/Sr/V5q6rjpw=";
|
||||
hash = "sha256-6BCDFd0nU96OgI5lqf4fbyNkG4PS5P4raHVbvBAhB5A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user