tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nestopia-ue: 1.53.1 -> 1.53.2
R. Ryantm
6 months ago
94a013a6
bb8a04eb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ne
nestopia-ue
package.nix
+2
-2
pkgs/by-name/ne/nestopia-ue/package.nix
···
22
22
23
23
stdenv.mkDerivation (finalAttrs: {
24
24
pname = "nestopia";
25
25
-
version = "1.53.1";
25
25
+
version = "1.53.2";
26
26
27
27
src = fetchFromGitHub {
28
28
owner = "0ldsk00l";
29
29
repo = "nestopia";
30
30
rev = finalAttrs.version;
31
31
-
hash = "sha256-6r6o/2GDp1Rcp+OWaQVgIQGC6NAxtmx4lxDWWpwv8aQ=";
31
31
+
hash = "sha256-sKemwbmEr637KL951wsmDxLFDvWh+0K+exdDd0+Iq1c=";
32
32
};
33
33
34
34
buildInputs = [