commit f2d42e645a4b3c42ee965bd9bd979018886c9764
parent 991a509a8a060e91d34fa8f8b280971eff11cb21
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Tue, 14 May 2024 22:48:16 +0400
Up
Diffstat:
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/pkgs/development/libraries/libsockcanpp/default.nix b/pkgs/development/libraries/libsockcanpp/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libsockcanpp";
- version = "0-unstable-2024-02-21";
+ version = "0-unstable-2024-03-06";
src = fetchFromGitHub {
owner = "SimonCahill";
repo = "libsockcanpp";
- rev = "621383ebefab3c154c05778315acc7e781924fdb";
- hash = "sha256-ohxSqM4fjti+02Z6ld3tKX/kzZgWn+spvHpPbq/KBSU=";
+ rev = "f2463f9ac320e457bdb3dd1f406511fb75916f2a";
+ hash = "sha256-n3dmkxhdEQXD4ekanfgPZ/BT+p1oYZJowr2m87W5BZ4=";
};
postPatch = ''
@@ -18,10 +18,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
- preInstall = ''
- mv {,lib}sockcanppConfigVersion.cmake
- '';
-
meta = with lib; {
description = "A C++ wrapper around Linux's socketcan featureset";
inherit (finalAttrs.src.meta) homepage;
diff --git a/pkgs/misc/telegabber/default.nix b/pkgs/misc/telegabber/default.nix
@@ -2,17 +2,17 @@
buildGoModule rec {
pname = "telegabber";
- version = "1.8.2";
+ version = "1.9.5";
src = fetchFromGitea {
domain = "dev.narayana.im";
owner = "narayana";
repo = "telegabber";
rev = "v${version}";
- hash = "sha256-dU+pqHKu9I/zSWqaM6gcZp9+ncyZAICi5y392tQoh9c=";
+ hash = "sha256-PCCo271B/SIF9n/6ohG5sA8fQeLDtTIoovs09CXdRm0=";
};
- vendorHash = "sha256-AW4LycYBL5sSbZbn2sVsxq2k7dGBmwjXKnWgy3+dptI=";
+ vendorHash = "sha256-3qSa6yJXSjrmTIBrulCnZMZzqNtpkzpzWeYAzHl8uUM=";
buildInputs = [ openssl tdlib zlib ];