Skip to content

Commit 36102df

Browse files
committed
dolphin-emu: 2503a -> 2503
1 parent b3582c7 commit 36102df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/do/dolphin-emu/package.nix

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

5454
stdenv.mkDerivation (finalAttrs: {
5555
pname = "dolphin-emu";
56-
version = "2503a";
56+
version = "2503";
5757

5858
src = fetchFromGitHub {
5959
owner = "dolphin-emu";
6060
repo = "dolphin";
6161
tag = finalAttrs.version;
6262
fetchSubmodules = true;
63-
hash = "sha256-vhXiEgJO8sEv937Ed87LaS7289PLZlxQGFTZGFjs1So=";
63+
hash = "sha256-oqJKXFcsFgoYjUqdk3Z/CIFhOa8w0drcF4JwtHRI1Hs=";
6464
};
6565

6666
strictDeps = true;

0 commit comments

Comments
 (0)