mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
pokefinder: 4.2.0 -> 4.2.1
This commit is contained in:
parent
ac60d61e37
commit
28dd6a442d
1 changed files with 2 additions and 8 deletions
|
@ -17,24 +17,18 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pokefinder";
|
pname = "pokefinder";
|
||||||
version = "4.2.0";
|
version = "4.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Admiral-Fish";
|
owner = "Admiral-Fish";
|
||||||
repo = "PokeFinder";
|
repo = "PokeFinder";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "R0FrRRQRe0tWrHUoU4PPwOgIsltUEImEMTXL79ISfRE=";
|
sha256 = "wjHqox0Vxc73/UTcE7LSo/cG9o4eOqkcjTIW99BxsAc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./set-desktop-file-name.patch
|
./set-desktop-file-name.patch
|
||||||
# fix compatibility with our libstdc++
|
|
||||||
# https://github.com/Admiral-Fish/PokeFinder/pull/392
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/Admiral-Fish/PokeFinder/commit/2cb1b049cabdf0d1b32c8cf29bf6c9d9c5c55cb0.patch";
|
|
||||||
hash = "sha256-F/w7ydsZ5tZParMWi33W3Tv8A6LLiJt4dAoCrs40DIo=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue