Skip to content

Commit 9d33ef8

Browse files
authored
ryubing: 1.3.1 -> 1.3.2 (#416375)
2 parents 841af68 + d07529e commit 9d33ef8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/by-name/ry/ryubing/deps.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/ry/ryubing/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030

3131
buildDotnetModule rec {
3232
pname = "ryubing";
33-
version = "1.3.1";
33+
version = "1.3.2";
3434

3535
src = fetchFromGitLab {
3636
domain = "git.ryujinx.app";
3737
owner = "Ryubing";
3838
repo = "Ryujinx";
3939
tag = version;
40-
hash = "sha256-MFZIFoMc80b2xTjKiHaabToftk3BZUP/Sr/V5q6rjpw=";
40+
hash = "sha256-6BCDFd0nU96OgI5lqf4fbyNkG4PS5P4raHVbvBAhB5A=";
4141
};
4242

4343
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin [

0 commit comments

Comments
 (0)