gpxsee: 13.0 → 13.3

This commit is contained in:
Nikolay Korotkiy 2023-05-28 20:25:56 +04:00
parent 4e37b4e55b
commit e5f0e14c9a
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 = "13.0";
version = "13.3";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
hash = "sha256-3s+LPD4KcnSWrg4JHPcbUjilwztjX8lAdQpx0h4dH0Y=";
hash = "sha256-eJ5jW81GQr/MvOrxinZdalZ4cvGYlVGv7JbePwHGEDY=";
};
patches = (substituteAll {