tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
elfx86exts: 0.5.0 -> unstable-2023-04-20
Bernardo Meurer
2 years ago
4fcb4173
be1e2802
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
elfx86exts
default.nix
+4
-4
pkgs/applications/misc/elfx86exts/default.nix
···
5
6
rustPlatform.buildRustPackage rec {
7
pname = "elfx86exts";
8
-
version = "0.5.0";
9
10
src = fetchFromGitHub {
11
owner = "pkgw";
12
repo = pname;
13
-
rev = "${pname}@${version}";
14
-
sha256 = "sha256-SDBs5/jEvoKEVKCHQLz2z+CZSSmESP7LoIITRN4qJWA=";
15
};
16
17
-
cargoSha256 = "sha256-fYtFRdH6U8uWshdD1Pb1baE8slo6qajx10tDK3Ukknw=";
18
19
meta = with lib; {
20
description = "Decode x86 binaries and print out which instruction set extensions they use.";
···
5
6
rustPlatform.buildRustPackage rec {
7
pname = "elfx86exts";
8
+
version = "unstable-2023-04-20";
9
10
src = fetchFromGitHub {
11
owner = "pkgw";
12
repo = pname;
13
+
rev = "26bf98cf1fc773196e594c48bfe808d7151076f6";
14
+
hash = "sha256-xNmaKGbMN92CPIQQRbdmeePk5Wt9XcIsB/2vbk5NJzg=";
15
};
16
17
+
cargoHash = "sha256-NH7QK8a+ndhZGlLa3gWlnQdBQil1pi2AAi5TtFgkVf0=";
18
19
meta = with lib; {
20
description = "Decode x86 binaries and print out which instruction set extensions they use.";