snpguest: 0.8.3 -> 0.9.1 (#404845)

This commit is contained in:
Moritz Sanft 2025-05-07 09:20:28 +02:00 committed by GitHub
commit 7ce9b99387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,25 +9,23 @@
rustPlatform.buildRustPackage rec {
pname = "snpguest";
version = "0.8.3";
version = "0.9.1";
src = fetchFromGitHub {
owner = "virtee";
repo = "snpguest";
tag = "v${version}";
hash = "sha256-Fu8A3n1vzA8y5ccyo785udOTTqumLQWCOy0RL/mQ/us=";
hash = "sha256-bUdJUWeXi+TKQVW3xSRpLhf2BfXZWPz9Rwddob1nCK0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6AXpdm4Ge8j8w74YGEQYpj6r8gKp+Bim/6xA2WLjSC0=";
cargoHash = "sha256-RGlYY6f7csrCIYxj0Nfejn0lCXEgGd/MD442H3Q3OZ0=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
env = {
OPENSSL_NO_VENDOR = true;
};
env.OPENSSL_NO_VENDOR = true;
passthru.updateScript = nix-update-script { };