gpsprune: 21.1 -> 21.2

This commit is contained in:
R. Ryantm 2022-04-07 21:08:21 +00:00 committed by Robert Helgesson
parent e25f6fd620
commit eb499e5ab6

View file

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