gpxsee: 12.2 → 12.4

This commit is contained in:
Nikolay Korotkiy 2023-04-16 13:44:01 +04:00
parent 488cc85dcf
commit cffe87b9f5
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "12.2";
version = "12.4";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-d+hQNI+eCSMRFMzq09wL+GN9TgOIt245Z8GlPe7nY8E=";
hash = "sha256-/a6c30jv/sI0QbCXYCq9JrMpmZRk33lQBwbd0yjnxsQ=";
};
patches = (substituteAll {