keymapp: use versioned url for darwin src (#461988)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
undmg,
|
||||
pname,
|
||||
version,
|
||||
@@ -7,7 +7,7 @@
|
||||
meta,
|
||||
...
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
stdenvNoCC.mkDerivation {
|
||||
inherit
|
||||
pname
|
||||
version
|
||||
|
||||
@@ -18,9 +18,7 @@ let
|
||||
|
||||
sources = rec {
|
||||
aarch64-darwin = {
|
||||
# Upstream does not provide archives of previous versions,
|
||||
# therefore a capture using the wayback machine is used
|
||||
url = "https://web.archive.org/web/20250520135916/https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-latest.dmg";
|
||||
url = "https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-${version}.dmg";
|
||||
hash = "sha256-H6xRau7pWuSF5Aa6lblwi/Lg5KxC+HM3rtUMjX+hEE8=";
|
||||
};
|
||||
x86_64-darwin = aarch64-darwin;
|
||||
|
||||
Reference in New Issue
Block a user