libelfin: unstable-2018-08-25 -> 0.3-unstable-2024-03-11

aleksana ab536e4a 6b31915a

+8 -8
+8 -8
pkgs/by-name/li/libelfin/package.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "libelfin"; 11 - version = "unstable-2018-08-25"; 12 13 src = fetchFromGitHub { 14 owner = "aclements"; 15 - repo = pname; 16 - rev = "ac45a094fadba77ad840063fb7aab82571546be0"; 17 - sha256 = "143x680c6hsy51kngs04ypg4ql3lp498llcwj4lh1v0qp5qvjhyz"; 18 }; 19 20 patches = [ ··· 27 28 makeFlags = [ "PREFIX=${placeholder "out"}" ]; 29 30 - meta = with lib; { 31 homepage = "https://github.com/aclements/libelfin/"; 32 - license = licenses.mit; 33 description = "C++11 ELF/DWARF parser"; 34 - maintainers = [ ]; 35 - platforms = platforms.linux; 36 }; 37 }
··· 8 9 stdenv.mkDerivation rec { 10 pname = "libelfin"; 11 + version = "0.3-unstable-2024-03-11"; 12 13 src = fetchFromGitHub { 14 owner = "aclements"; 15 + repo = "libelfin"; 16 + rev = "e0172767b79b76373044118ef0272b49b02a0894"; 17 + hash = "sha256-xb5/DM2XOFM/w71OwRC/sCRqOSQvxVL1SS2zj2+dD/U="; 18 }; 19 20 patches = [ ··· 27 28 makeFlags = [ "PREFIX=${placeholder "out"}" ]; 29 30 + meta = { 31 homepage = "https://github.com/aclements/libelfin/"; 32 + license = lib.licenses.mit; 33 description = "C++11 ELF/DWARF parser"; 34 + maintainers = with lib.maintainers; [ aleksana ]; 35 + platforms = lib.platforms.linux; 36 }; 37 }