We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe7936 commit 8ff3eb7Copy full SHA for 8ff3eb7
pkgs/by-name/gp/gpsprune/package.nix
@@ -11,11 +11,11 @@
11
12
stdenv.mkDerivation rec {
13
pname = "gpsprune";
14
- version = "24.5";
+ version = "25";
15
16
src = fetchurl {
17
url = "https://activityworkshop.net/software/gpsprune/gpsprune_${version}.jar";
18
- hash = "sha256-qQtMSQbhIgYLJbCip6ioWeVphO1DEYudmXKUer04L4Y=";
+ hash = "sha256-8FGOigjHIvj+CZwq0Lht7UZjtmrE5l2Aqx92gZjau44=";
19
};
20
21
dontUnpack = true;
0 commit comments