gpxsee: 13.40 -> 13.42 (#403748)

authored by

Nikolay Korotkiy and committed by
GitHub
97562fc7 ac463a76

+2 -2
+2 -2
pkgs/applications/misc/gpxsee/default.nix
··· 18 18 in 19 19 stdenv.mkDerivation (finalAttrs: { 20 20 pname = "gpxsee"; 21 - version = "13.40"; 21 + version = "13.42"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "tumic0"; 25 25 repo = "GPXSee"; 26 26 tag = finalAttrs.version; 27 - hash = "sha256-xxMnqUsYfmTD1ZNAm+lFMLvXvo6qRrq88m234ZtYiuA="; 27 + hash = "sha256-94zCDtja1b85Wgz4slG17ETT/TMPPCyXld3WdtGjBzA="; 28 28 }; 29 29 30 30 buildInputs =