From ab536e4a3d77a8a82e0890e7e57e96318a86275e Mon Sep 17 00:00:00 2001 From: aleksana Date: Fri, 7 Mar 2025 22:54:18 +0800 Subject: [PATCH] libelfin: unstable-2018-08-25 -> 0.3-unstable-2024-03-11 --- pkgs/by-name/li/libelfin/package.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/li/libelfin/package.nix b/pkgs/by-name/li/libelfin/package.nix index a76808dede96..82acc58272c8 100644 --- a/pkgs/by-name/li/libelfin/package.nix +++ b/pkgs/by-name/li/libelfin/package.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "libelfin"; - version = "unstable-2018-08-25"; + version = "0.3-unstable-2024-03-11"; src = fetchFromGitHub { owner = "aclements"; - repo = pname; - rev = "ac45a094fadba77ad840063fb7aab82571546be0"; - sha256 = "143x680c6hsy51kngs04ypg4ql3lp498llcwj4lh1v0qp5qvjhyz"; + repo = "libelfin"; + rev = "e0172767b79b76373044118ef0272b49b02a0894"; + hash = "sha256-xb5/DM2XOFM/w71OwRC/sCRqOSQvxVL1SS2zj2+dD/U="; }; patches = [ @@ -27,11 +27,11 @@ stdenv.mkDerivation rec { makeFlags = [ "PREFIX=${placeholder "out"}" ]; - meta = with lib; { + meta = { homepage = "https://github.com/aclements/libelfin/"; - license = licenses.mit; + license = lib.licenses.mit; description = "C++11 ELF/DWARF parser"; - maintainers = [ ]; - platforms = platforms.linux; + maintainers = with lib.maintainers; [ aleksana ]; + platforms = lib.platforms.linux; }; }