Skip to content

Commit 8ff3eb7

Browse files
r-ryantmrycee
authored andcommitted
gpsprune: 24.5 -> 25
1 parent 8fe7936 commit 8ff3eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gp/gpsprune/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "gpsprune";
14-
version = "24.5";
14+
version = "25";
1515

1616
src = fetchurl {
1717
url = "https://activityworkshop.net/software/gpsprune/gpsprune_${version}.jar";
18-
hash = "sha256-qQtMSQbhIgYLJbCip6ioWeVphO1DEYudmXKUer04L4Y=";
18+
hash = "sha256-8FGOigjHIvj+CZwq0Lht7UZjtmrE5l2Aqx92gZjau44=";
1919
};
2020

2121
dontUnpack = true;

0 commit comments

Comments
 (0)