gpscorrelate: 2.1 -> 2.2 (#349545)

This commit is contained in:
Nikolay Korotkiy 2024-10-18 19:53:46 +04:00 committed by GitHub
commit 724e8456d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "gpscorrelate";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "dfandrich";
repo = "gpscorrelate";
rev = version;
hash = "sha256-1t9XUY12hVaUNOg785dMJCiaMMCI2XCcif1DkKYXOoo=";
hash = "sha256-H1kqOzL79/Y1kHVEQ5y9JRWTDCBMbtEPo75drm8+7Qo=";
};
nativeBuildInputs = [
@ -48,11 +48,6 @@ stdenv.mkDerivation rec {
doCheck = true;
preCheck = ''
# https://github.com/dfandrich/gpscorrelate/issues/29
rm tests/data/test005.*
'';
installTargets = [ "install" "install-po" "install-desktop-file" ];
meta = with lib; {