Loading pkgs/applications/misc/gpxsee/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
pkgs/applications/misc/gpxsee/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading