pokefinder: 4.2.0 -> 4.2.1 (#408200)

authored by Peder Bergebakken Sundt and committed by GitHub 8587d5ab 700e60b6

+2 -8
+2 -8
pkgs/tools/games/pokefinder/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "pokefinder"; 20 - version = "4.2.0"; 20 + version = "4.2.1"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "Admiral-Fish"; 24 24 repo = "PokeFinder"; 25 25 rev = "v${version}"; 26 - sha256 = "R0FrRRQRe0tWrHUoU4PPwOgIsltUEImEMTXL79ISfRE="; 26 + sha256 = "wjHqox0Vxc73/UTcE7LSo/cG9o4eOqkcjTIW99BxsAc="; 27 27 fetchSubmodules = true; 28 28 }; 29 29 30 30 patches = [ 31 31 ./set-desktop-file-name.patch 32 - # fix compatibility with our libstdc++ 33 - # https://github.com/Admiral-Fish/PokeFinder/pull/392 34 - (fetchpatch { 35 - url = "https://github.com/Admiral-Fish/PokeFinder/commit/2cb1b049cabdf0d1b32c8cf29bf6c9d9c5c55cb0.patch"; 36 - hash = "sha256-F/w7ydsZ5tZParMWi33W3Tv8A6LLiJt4dAoCrs40DIo="; 37 - }) 38 32 ]; 39 33 40 34 postPatch = ''