snipaste: drop x86_64-darwin from update script

This commit is contained in:
Emily
2026-07-12 20:38:24 +01:00
parent 6c017d74a0
commit b323b0ca6f
2 changed files with 4 additions and 11 deletions

View File

@@ -1,17 +1,14 @@
# Generated by ./update.sh - do not update manually!
# Last updated: 2026-06-20
{ fetchurl }:
let
any-darwin = {
{
aarch64-darwin = {
version = "2.11.3";
src = fetchurl {
url = "https://download.snipaste.com/archives/Snipaste-2.11.3.dmg";
hash = "sha256-oih4OIieexc0pl2VK65e9/R5vcFj0MMb6RhZvKEg/T4=";
};
};
in
{
aarch64-darwin = any-darwin;
x86_64-linux = {
version = "2.11.3";
src = fetchurl {

View File

@@ -29,18 +29,14 @@ cat >sources.nix <<EOF
# Generated by ./update.sh - do not update manually!
# Last updated: $(date +%F)
{ fetchurl }:
let
any-darwin = {
{
aarch64-darwin = {
version = "$mac_version";
src = fetchurl {
url = "$mac_url";
hash = "$mac_hash";
};
};
in
{
aarch64-darwin = any-darwin;
x86_64-darwin = any-darwin;
x86_64-linux = {
version = "$linux_version";
src = fetchurl {