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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gpxsee"; pname = "gpxsee";
version = "13.0"; version = "13.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tumic0"; owner = "tumic0";
repo = "GPXSee"; repo = "GPXSee";
rev = version; rev = version;
hash = "sha256-3s+LPD4KcnSWrg4JHPcbUjilwztjX8lAdQpx0h4dH0Y="; hash = "sha256-eJ5jW81GQr/MvOrxinZdalZ4cvGYlVGv7JbePwHGEDY=";
}; };
patches = (substituteAll { patches = (substituteAll {