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

gpsprune: 24 -> 24.1
This commit is contained in:
Nikolay Korotkiy 2024-06-08 20:37:45 +04:00 committed by GitHub
commit 9bbc9cf36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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 { };