0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

gpxsee: 13.37 -> 13.38 (#392774)

This commit is contained in:
Nikolay Korotkiy 2025-03-24 22:35:43 +04:00 committed by GitHub
commit c7ac99d700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gpxsee";
version = "13.37";
version = "13.38";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
tag = finalAttrs.version;
hash = "sha256-QaYdhU8jmvgKqFKgJmVEmyxRX+zck0gT9AIorwpDi98=";
hash = "sha256-ftVuFuoseXtpeXzOMZA66O2Z6wxKd7G6l3Kx8WOgor0=";
};
buildInputs =