lol

pokefinder: 4.1.1 -> 4.1.2

+2 -9
+2 -9
pkgs/tools/games/pokefinder/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "pokefinder"; 17 - version = "4.1.1"; 17 + version = "4.1.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Admiral-Fish"; 21 21 repo = "PokeFinder"; 22 22 rev = "v${version}"; 23 - sha256 = "fYBeWc9eYLbj4+ku1jwaO5ISL8a7WJnBHJ4qz4W8RHA="; 23 + sha256 = "ps8F6IcbCNybrZ02tbLNyB3YEvKlcYgCpv5Em7Riv+Q="; 24 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 25 }; 33 26 34 27 patches = [ ./set-desktop-file-name.patch ];