gpsprune: 24.5 -> 25

This commit is contained in:
R. Ryantm
2025-01-28 00:43:45 +00:00
committed by Robert Helgesson
parent 8fe793656c
commit 8ff3eb73e6
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "gpsprune";
version = "24.5";
version = "25";
src = fetchurl {
url = "https://activityworkshop.net/software/gpsprune/gpsprune_${version}.jar";
hash = "sha256-qQtMSQbhIgYLJbCip6ioWeVphO1DEYudmXKUer04L4Y=";
hash = "sha256-8FGOigjHIvj+CZwq0Lht7UZjtmrE5l2Aqx92gZjau44=";
};
dontUnpack = true;