fselect: 0.7.6 -> 0.7.7

+3 -3
+3 -3
pkgs/tools/misc/fselect/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "fselect"; 5 - version = "0.7.6"; 6 7 src = fetchFromGitHub { 8 owner = "jhspetersson"; 9 repo = "fselect"; 10 rev = version; 11 - sha256 = "sha256-uIqkk0aQVPXUWjOWmMTdM28Ihi+mflPpxnXJLFIQYJw="; 12 }; 13 14 - cargoSha256 = "sha256-5LRCLJbLiocB/VDf9MMxyIsERmOvuSAQEe822Dcu2j8="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17 buildInputs = lib.optional stdenv.isDarwin libiconv;
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "fselect"; 5 + version = "0.7.7"; 6 7 src = fetchFromGitHub { 8 owner = "jhspetersson"; 9 repo = "fselect"; 10 rev = version; 11 + sha256 = "sha256-1UpY32itljkpkOjcVEcpZ0iN+PciEnG9tOpbInHwNus="; 12 }; 13 14 + cargoSha256 = "sha256-M8hnXHVfKK/aQGXlMpuhoTLalpnHjxSkX+LHwpatu90="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17 buildInputs = lib.optional stdenv.isDarwin libiconv;