diff --git a/pkgs/applications/anki/bin.nix b/pkgs/applications/anki/bin.nix
index 37f210e2bdf25f016851db9e6c426992bccf9cbb..7d37073e4fe06087c7964277b400332d6c44006f 100644
--- a/pkgs/applications/anki/bin.nix
+++ b/pkgs/applications/anki/bin.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchfromgh, undmg }:
let
pname = "anki";
in
stdenv.mkDerivation {
inherit pname version;
@@ -10,7 +10,7 @@ src = fetchfromgh {
owner = "ankitects";
repo = "anki";
name = "anki-${version}-mac.dmg";
inherit version;
};
diff --git a/pkgs/applications/basecamp/default.nix b/pkgs/applications/basecamp/default.nix
index 9556e102ae0f89705b9b6b875950984d92c27d26..34cef82cf67dbc1910da09b5bc28332aba2317bf 100644
--- a/pkgs/applications/basecamp/default.nix
+++ b/pkgs/applications/basecamp/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, undmg, xar, cpio }:
let
pname = "basecamp";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://download.garmin.com/software/BaseCampforMac_${stdenv.lib.replaceStrings [ "." ] [ "" ] version}.dmg";
};
preferLocalBuild = true;
diff --git a/pkgs/applications/gpxsee/bin.nix b/pkgs/applications/gpxsee/bin.nix
index cd15746e90dc102ebe25dcfd4b0c7db51eddd3b5..c01f7925046a7b98361b64b37fb7a46b2f66d371 100644
--- a/pkgs/applications/gpxsee/bin.nix
+++ b/pkgs/applications/gpxsee/bin.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, undmg, sources }:
let
pname = "gpxsee";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "mirror://sourceforge/gpxsee/GPXSee-${version}.dmg";
};
preferLocalBuild = true;
diff --git a/pkgs/applications/keeweb/bin.nix b/pkgs/applications/keeweb/bin.nix
index 994d8bd5a119dc47bc3688b0a7eb45d44372b5e8..00986d16d10637ba18805684edff8b4b1bb3ffe1 100644
--- a/pkgs/applications/keeweb/bin.nix
+++ b/pkgs/applications/keeweb/bin.nix
@@ -4,7 +4,7 @@ inherit (stdenv.hostPlatform) system;
throwSystem = throw "Unsupported system: ${system}";
pname = "keeweb";
name = "${pname}-${version}";
suffix = {
@@ -18,8 +18,8 @@ repo = "keeweb";
version = "v${version}";
name = "KeeWeb-${version}.${suffix}";
sha256 = {
x86_64-linux = "1jz61k745dygr1c0imv411xq4i4hajqiph97bmm78v1x02753ama";
x86_64-darwin = "029zmh83mrf9qqk5yjplshv3nlba71l4h21xywmp6dkb4vr676xr";
x86_64-linux = "0cy0avl0m07xs523xm0rzsmifl28sv4rjb2jj3x492qmr2v64ckk";
x86_64-darwin = "0r8c3zi0ibj0bb0gfc1axfn0y4qpjqfr0xpcxf810d65kaz6wic4";
}.${system} or throwSystem;
};
diff --git a/pkgs/applications/openorienteering-mapper/bin.nix b/pkgs/applications/openorienteering-mapper/bin.nix
index 3be05738d21e4e81dba53ba51b4d2e108756e747..dccbc7453ef1a470d88d0f52748f1418e1e3bc5d 100644
--- a/pkgs/applications/openorienteering-mapper/bin.nix
+++ b/pkgs/applications/openorienteering-mapper/bin.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchfromgh, undmg, sources }:
let
pname = "Openorienteering-Mapper";
in
stdenv.mkDerivation {
inherit pname version;
@@ -11,7 +11,7 @@ owner = "OpenOrienteering";
repo = "mapper";
version = "v${version}";
name = "OpenOrienteering-Mapper-${version}-macOS.dmg";
};
preferLocalBuild = true;
diff --git a/pkgs/applications/qgis/bin.nix b/pkgs/applications/qgis/bin.nix
index de85c3d48e0fe4c9c6b1212a25d3185a2b686c5c..6dbc23c0da970590a24d994af839b2a68572c562 100644
--- a/pkgs/applications/qgis/bin.nix
+++ b/pkgs/applications/qgis/bin.nix
@@ -4,8 +4,8 @@ assert releaseType == "pr" || releaseType == "ltr";
let
pname = "qgis";
version = {
}.${releaseType};
in
stdenv.mkDerivation {
@@ -14,8 +14,8 @@
src = fetchurl {
url = "https://qgis.org/downloads/macos/qgis-macos-${releaseType}.dmg";
sha256 = {
pr = "09c62yxaj0nc64djjxvk5irm0604phir4bfk1wclimvxqc9dvxwz";
ltr = "1bwj98rzsh3mlv330wkhv51hx2iywcw4r4vbn80z4cyc6dd6k274";
pr = "103rrzzpd79klaqjja7cydrwhvpqwdn04wp6ggavnxcgigb7z7z8";
ltr = "0w41bi1lz7c7c9pylnaqp2r50frzq3fdpqznrq7wzq0hkkf49wzg";
}.${releaseType};
name = "QGIS-macOS-${version}.dmg";
};
@@ -24,7 +24,7 @@ preferLocalBuild = true;
nativeBuildInputs = [ undmg ];
installPhase = ''
mkdir -p $out/Applications/QGIS.app
application/octet-stream
This content has been proxied by September (3851b).