about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-01-25 03:43:53 +0400
committerGitHub <noreply@github.com>2024-01-25 03:43:53 +0400
commitae60060400294ccc1080d1a1b599e89278d7db20 (patch)
tree9f27ea4f3995b802e04cbed1585f050e74175809 /pkgs
parent36bbe3e0375ff5aa9149b5c029959ed1ce038856 (diff)
parent2a302a6c90cc885c4057a3ea7689c41865522a04 (diff)
Merge pull request #283599 from r-ryantm/auto-update/gpxsee
gpxsee: 13.14 -> 13.15
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/gpxsee/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gpxsee/default.nix b/pkgs/applications/misc/gpxsee/default.nix
index 0daa013c038ec..fc756f7cd7473 100644
--- a/pkgs/applications/misc/gpxsee/default.nix
+++ b/pkgs/applications/misc/gpxsee/default.nix
@@ -18,13 +18,13 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "gpxsee";
-  version = "13.14";
+  version = "13.15";
 
   src = fetchFromGitHub {
     owner = "tumic0";
     repo = "GPXSee";
     rev = finalAttrs.version;
-    hash = "sha256-9Vq5CfZi58hqTKnIZSR5iQefXzNq0BErtZ8NoxLchxo=";
+    hash = "sha256-+JxxJKHOCz1Ccii27II4L4owo/qvb7RQ6STqJ+PEEBA=";
   };
 
   buildInputs = [