commit 809cdccb91a63d9df335e6b8fe440c5aff526f0f
parent 92502852f25e67931f3610ecbcdee89e27c0b9e2
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 10 May 2025 14:30:34 +0400
Up
Diffstat:
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/pkgs/misc/acp/default.nix b/pkgs/misc/acp/default.nix
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "acp";
- version = "0.3.0";
+ version = "0.3.1";
src = fetchFromGitHub {
owner = "Contextualist";
repo = "acp";
tag = "v${version}";
- hash = "sha256-qoS3lHr98S5uqmwZ3rZwPDZEQRTDIrxChfOlppbJHI4=";
+ hash = "sha256-FxpIfJ6WWWgaBQnTbvp0DqRrmPmT0ZUjueBFgJ24HAY=";
};
- vendorHash = "sha256-OCoghYUNznwBz7JN2MkHzdngA+mhHcfFIpw8ZMxeeMc=";
+ vendorHash = "sha256-Z7RfbOea1cKavbLqPMgWvez2mzvvjl0ll/ikotrWlbA=";
ldflags = [
"-s"
@@ -23,6 +23,8 @@ buildGoModule rec {
"-X main.buildTag=${version}"
];
+ __darwinAllowLocalNetworking = true;
+
meta = {
description = "Make terminal personal file transfers as simple as `cp`";
homepage = "https://github.com/Contextualist/acp";
diff --git a/pkgs/misc/bash-completor/default.nix b/pkgs/misc/bash-completor/default.nix
@@ -4,19 +4,24 @@
fetchFromGitHub,
bashInteractive,
installShellFiles,
+ bash,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "bash-completor";
- version = "0.1.0";
+ version = "0.2.0";
src = fetchFromGitHub {
owner = "adoyle-h";
repo = "bash-completor";
tag = "v${finalAttrs.version}";
- hash = "sha256-Ph+cQaXbykn703cdgkqlXcYMO4vvH6e0hCeecWS/6yA=";
+ hash = "sha256-nE+UPjDglFEPXyKZk1cs22eUaUxnWEjikMKcku4Pmy0=";
};
+ postPatch = ''
+ substituteInPlace tools/build-dist --replace "/usr/bin/env bash" "${lib.getExe bash}"
+ '';
+
nativeBuildInputs = [
bashInteractive
installShellFiles
diff --git a/pkgs/misc/ionscale/default.nix b/pkgs/misc/ionscale/default.nix
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "ionscale";
- version = "0.16.0";
+ version = "0.17.0";
src = fetchFromGitHub {
owner = "jsiebens";
repo = "ionscale";
tag = "v${version}";
- hash = "sha256-OXCxdXkBpbb6qQUGp70OOhi6Ydaw+EXlVTw8QsCjAGQ=";
+ hash = "sha256-i0b+08wh1Z1gspkTz/Bbh8CSe8Sqd7UsiBnMofA1dh8=";
};
- vendorHash = "sha256-UzxfIaZ2tbCt0g4WtH0gnSw8HGFI+07JOe4HUdPQmqs=";
+ vendorHash = "sha256-xzHJ81mM+evqNBwYyYVHeRwtnepgFdqc/fgrMTgkQPE=";
ldflags = [
"-s"