tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
_86Box: 4.1 -> 4.1.1
John Chadwick
2 years ago
b17d1291
dc701446
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
emulators
86box
default.nix
+3
-3
pkgs/applications/emulators/86box/default.nix
···
29
29
30
30
stdenv.mkDerivation (finalAttrs: {
31
31
pname = "86Box";
32
32
-
version = "4.1";
32
32
+
version = "4.1.1";
33
33
34
34
src = fetchFromGitHub {
35
35
owner = "86Box";
36
36
repo = "86Box";
37
37
rev = "v${finalAttrs.version}";
38
38
-
hash = "sha256-JYOJFXiUTLRs6AEMYNx88PwcVw13ChQzV1ZE5OtX6Ds=";
38
38
+
hash = "sha256-ioE0EVIXv/biXXvLqwhmtZ/RJM0nLqcE+i+CU+WXBY4=";
39
39
};
40
40
41
41
nativeBuildInputs = [
···
86
86
owner = "86Box";
87
87
repo = "roms";
88
88
rev = "v${finalAttrs.version}";
89
89
-
hash = "sha256-1HtoizO0QIGNjQTW0clzRp40h1ulw55+iTYz12UJSms=";
89
89
+
hash = "sha256-58nNTOLund/KeDlNwzwwihjFVigs/P0K8SN07zExE2c=";
90
90
};
91
91
};
92
92