Unverified Commit 9bbc9cf3 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

gpsprune: 24 -> 24.1
parents 04525dda 5451303c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "gpsprune";
  version = "24";
  version = "24.1";

  src = fetchurl {
    url = "https://activityworkshop.net/software/gpsprune/gpsprune_${version}.jar";
    sha256 = "sha256-gMwTdwYjYJt1j5MpHw6UD1wqmF7q3ikzjVSOGakIP30=";
    sha256 = "sha256-k7aRuz/FOqQe2C0luiUwoFxnIvgM6opwsGZV7+hxJSM=";
  };

  dontUnpack = true;
+0 −2
Original line number Diff line number Diff line
@@ -31368,8 +31368,6 @@ with pkgs;
  gpsd = callPackage ../servers/gpsd { };
  gpsprune = callPackage ../applications/misc/gpsprune { };
  gpu-screen-recorder = callPackage ../applications/video/gpu-screen-recorder { };
  gpu-screen-recorder-gtk = callPackage ../applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix { };