Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

elfx86exts: 0.4.3 -> 0.5.0

+3 -3
+3 -3
pkgs/applications/misc/elfx86exts/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "elfx86exts"; 8 - version = "0.4.3"; 8 + version = "0.5.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "pkgw"; 12 12 repo = pname; 13 13 rev = "${pname}@${version}"; 14 - sha256 = "1j9ca2lyxjsrf0rsfv83xi53vj6jz5nb76xibh367brcsc26mvd6"; 14 + sha256 = "sha256-SDBs5/jEvoKEVKCHQLz2z+CZSSmESP7LoIITRN4qJWA="; 15 15 }; 16 16 17 - cargoSha256 = "0n3b9vdk5n32jmd7ks50d55z4dfahjincd2s1d8m9z17ip2qw2c4"; 17 + cargoSha256 = "sha256-fYtFRdH6U8uWshdD1Pb1baE8slo6qajx10tDK3Ukknw="; 18 18 19 19 meta = with lib; { 20 20 description = "Decode x86 binaries and print out which instruction set extensions they use.";