We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3582c7 commit 36102dfCopy full SHA for 36102df
1 file changed
pkgs/by-name/do/dolphin-emu/package.nix
@@ -53,14 +53,14 @@
53
54
stdenv.mkDerivation (finalAttrs: {
55
pname = "dolphin-emu";
56
- version = "2503a";
+ version = "2503";
57
58
src = fetchFromGitHub {
59
owner = "dolphin-emu";
60
repo = "dolphin";
61
tag = finalAttrs.version;
62
fetchSubmodules = true;
63
- hash = "sha256-vhXiEgJO8sEv937Ed87LaS7289PLZlxQGFTZGFjs1So=";
+ hash = "sha256-oqJKXFcsFgoYjUqdk3Z/CIFhOa8w0drcF4JwtHRI1Hs=";
64
};
65
66
strictDeps = true;
0 commit comments