Merge pull request #184815 from r-ryantm/auto-update/gpsprune

gpsprune: 21.2 -> 21.3
This commit is contained in:
Jonas Heinrich 2022-08-03 22:34:29 +02:00 committed by GitHub
commit 2e221189de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gpsprune";
version = "21.2";
version = "21.3";
src = fetchurl {
url = "https://activityworkshop.net/software/gpsprune/gpsprune_${version}.jar";
sha256 = "sha256-QgbLbpqlC2sITbPK4ZcaovmycwhWtnu06x8F0grpECc=";
sha256 = "sha256-0uPCMMWixw1dZeG12kvFO4FTp8qrOsLyLTKtGSVJxuw=";
};
dontUnpack = true;