Merge pull request #198295 from toonn/sequoia-unused-must-use-fix

authored by Doron Behar and committed by GitHub 4ede9091 2e7beefb

+9
+9
pkgs/tools/security/sequoia/default.nix
··· 1 1 { stdenv 2 2 , fetchFromGitLab 3 + , fetchpatch 3 4 , lib 4 5 , darwin 5 6 , git ··· 35 36 }; 36 37 37 38 cargoSha256 = "sha256-Y7iiZVIT9Vbe4YmTfGTU8p3H3odQKms2FBnnWgvF7mI="; 39 + 40 + patches = [ 41 + (fetchpatch 42 + { url = "https://gitlab.com/sequoia-pgp/sequoia/-/commit/7916f90421ecb9a75e32f0284459bcc9a3fd02b0.patch"; 43 + sha256 = "sha256-KBBn6XaGzIT0iVzoCYsS0N+OkZzGuWmUmIF2hl49FEI="; 44 + } 45 + ) 46 + ]; 38 47 39 48 nativeBuildInputs = [ 40 49 pkg-config