summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-23 19:00:22 +0200
committerGitHub <noreply@github.com>2021-07-23 19:00:22 +0200
commitc699635fbce1f15370c7dd624e74a8150283c391 (patch)
tree878d4b7256380f7145870a293520eb039b3b5976 /pkgs/misc
parent3bbbf04229bde9d8472bf3106193a5350cb0663d (diff)
parent2d95c949f13aedcd7052bdc9910f482e23d6feec (diff)
downloadnixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.tar
nixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.tar.gz
nixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.tar.bz2
nixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.tar.lz
nixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.tar.xz
nixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.tar.zst
nixpkgs-c699635fbce1f15370c7dd624e74a8150283c391.zip
Merge pull request #130092 from IvarWithoutBones/bump/yuzu-ea
yuzu-ea: 1855 -> 1874
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/yuzu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/yuzu/default.nix b/pkgs/misc/emulators/yuzu/default.nix
index 3ecf17f0233..0e4fe692ae3 100644
--- a/pkgs/misc/emulators/yuzu/default.nix
+++ b/pkgs/misc/emulators/yuzu/default.nix
@@ -16,13 +16,13 @@ in {
   };
   early-access = libsForQt5.callPackage ./base.nix rec {
     pname = "yuzu-ea";
-    version = "1855";
+    version = "1874";
     branchName = branch;
     src = fetchFromGitHub {
       owner = "pineappleEA";
       repo = "pineapple-src";
       rev = "EA-${version}";
-      sha256 = "0civ63zi23cym3kii4v3aiqrsg2zzj0w6sp6sa14ixysagqxsd4a";
+      sha256 = "0ryrz7dl1sg30vvd7wrf05pjj8swah86055fn7qm6mr2bfslww0h";
     };
   };
 }.${branch}