commit 0c8d78ad9bc55c123b3d0e1ac8083c7339525c65 parent 7489b003cc6dd90e56642959eb7160cb39dfe47e Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Fri, 26 Jul 2024 20:33:15 +0400 Up Diffstat:
M | pkgs/geospatial/mapsoft/2.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/geospatial/mapsoft/2.nix b/pkgs/geospatial/mapsoft/2.nix @@ -30,13 +30,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "mapsoft2"; - version = "2.6-alt1"; + version = "2.7-alt1"; src = fetchFromGitHub { owner = "slazav"; repo = "mapsoft2"; rev = finalAttrs.version; - hash = "sha256-zCqsQRru2siDsQH/Uqvl3avZHPIvaKlTkvNQ41KRJGg="; + hash = "sha256-8kCcz7EnCxtvQzxBUooKp3ozqhBSNYLMXuXMTdG74nQ="; fetchSubmodules = true; };