diff --git a/pkgs/applications/gis/qmapshack/bin.nix b/pkgs/applications/gis/qmapshack/bin.nix

index 12d9e93fdee3e12c19f3ea112955e06b2c8a6966..f947040c8865303c449f230c889364b8972cd95b 100644

--- a/pkgs/applications/gis/qmapshack/bin.nix

+++ b/pkgs/applications/gis/qmapshack/bin.nix

@@ -1,15 +1,22 @@

-{ stdenv, fetchfromgh, unzip }:

+{ stdenv, fetchfromgh, unzip, sdkVersion ? "10.13" }:

+assert stdenv.lib.assertOneOf "sdkVersion" sdkVersion [ "10.13" "10.14" "10.15" "11.0.1" ];

stdenv.mkDerivation rec {

pname = "qmapshack-bin";

src = fetchfromgh {

 owner = "Maproom";

 version = "V_${version}";

};

sourceRoot = ".";

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/0aace049268b99d6ba1046748c110c68fc418109.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
135.8761 milliseconds
Gemini-to-HTML Time
0.600767 milliseconds

This content has been proxied by September (3851b).