tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pokefinder: 4.1.1 -> 4.1.2
vriska.bsky.social
2 years ago
7a31f132
7168780b
+2
-9
1 changed file
expand all
collapse all
unified
split
pkgs
tools
games
pokefinder
default.nix
+2
-9
pkgs/tools/games/pokefinder/default.nix
···
14
15
stdenv.mkDerivation rec {
16
pname = "pokefinder";
17
-
version = "4.1.1";
18
19
src = fetchFromGitHub {
20
owner = "Admiral-Fish";
21
repo = "PokeFinder";
22
rev = "v${version}";
23
-
sha256 = "fYBeWc9eYLbj4+ku1jwaO5ISL8a7WJnBHJ4qz4W8RHA=";
24
fetchSubmodules = true;
25
-
# the repo has identical cmake and CMake folders, causing issues on macOS
26
-
postFetch = if stdenv.isDarwin then ''
27
-
mv $out/cmake $out/cmake.tmp
28
-
mv $out/cmake.tmp $out/CMake
29
-
'' else ''
30
-
rm -rf $out/cmake
31
-
'';
32
};
33
34
patches = [ ./set-desktop-file-name.patch ];
···
14
15
stdenv.mkDerivation rec {
16
pname = "pokefinder";
17
+
version = "4.1.2";
18
19
src = fetchFromGitHub {
20
owner = "Admiral-Fish";
21
repo = "PokeFinder";
22
rev = "v${version}";
23
+
sha256 = "ps8F6IcbCNybrZ02tbLNyB3YEvKlcYgCpv5Em7Riv+Q=";
24
fetchSubmodules = true;
0
0
0
0
0
0
0
25
};
26
27
patches = [ ./set-desktop-file-name.patch ];