tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sameboy: 0.14.5 -> 0.14.6
authored by
R. Ryantm
and committed by
ehmry
4 years ago
aca795f9
14be8ae9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
misc
emulators
sameboy
default.nix
+2
-2
pkgs/misc/emulators/sameboy/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "sameboy";
5
-
version = "0.14.5";
6
7
src = fetchFromGitHub {
8
owner = "LIJI32";
9
repo = "SameBoy";
10
rev = "v${version}";
11
-
sha256 = "sha256-o2aH9rfga4f4yrf6r01wnrC0foYtD5EwdKFUPf2KGWM=";
12
};
13
14
enableParallelBuilding = true;
···
2
3
stdenv.mkDerivation rec {
4
pname = "sameboy";
5
+
version = "0.14.6";
6
7
src = fetchFromGitHub {
8
owner = "LIJI32";
9
repo = "SameBoy";
10
rev = "v${version}";
11
+
sha256 = "sha256-KNAT36XLVtlFT3AKPTqP+GvgfOj0Y2SQ9PNVQv2HVwY=";
12
};
13
14
enableParallelBuilding = true;