gpxsee: 11.4 -> 11.5
This commit is contained in:
parent
8f267bdfbe
commit
08221cde52
@ -4,13 +4,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gpxsee";
|
||||
version = "11.4";
|
||||
version = "11.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tumic0";
|
||||
repo = "GPXSee";
|
||||
rev = version;
|
||||
hash = "sha256-aePX82B810I45n2t0OVCt1FlmkVKWgNgzCD71lYyngU=";
|
||||
hash = "sha256-bA5C+BFqeOS0oFgz/qlYOFMsuh3L/U6QJbzOcRQkNhY=";
|
||||
};
|
||||
|
||||
patches = (substituteAll {
|
||||
|
Loading…
Reference in New Issue
Block a user