nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 916496480f2c11172c58ac5da77b13837a9a9e17
parent f114f6f75e779d0644cc4c09f80af091d9835541
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Wed, 17 Apr 2024 18:39:06 +0400

Up

Diffstat:
Mpkgs/darwin/zed/default.nix | 4++--
Mpkgs/misc/repolocli/default.nix | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkgs/darwin/zed/default.nix b/pkgs/darwin/zed/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "zed"; - version = "0.130.4"; + version = "0.130.7"; src = fetchurl { url = "https://zed.dev/api/releases/stable/${finalAttrs.version}/Zed.dmg"; - hash = "sha256-037c+k9ErKMeZPBKKpMgALIRUucY8Sl7OexHNMrimlA="; + hash = "sha256-8zR9Ogf2cd1SmCZbzuZIJHN1PcSeBMhd9ZRNsJ8NVik="; }; sourceRoot = "."; diff --git a/pkgs/misc/repolocli/default.nix b/pkgs/misc/repolocli/default.nix @@ -12,11 +12,11 @@ rustPlatform.buildRustPackage rec { }; cargoPatches = [ ./cargo-lock.patch ]; - cargoHash = "sha256-jpsWnDQVwlgKL0P77mOCeeUHsWeG26C3L2SJV3U3im4="; + cargoHash = "sha256-TeOxfD6mqihBalx9lwP7qH2/LaXnPVCkTP/f16rpjJM="; nativeBuildInputs = [ pkg-config makeWrapper ]; - buildInputs = [ openssl ] + buildInputs = lib.optionals stdenv.isLinux [ openssl ] ++ lib.optionals stdenv.isDarwin [ curl libiconv ]; postInstall = ''