Skip to content

Commit 7ce9b99

Browse files
authored
snpguest: 0.8.3 -> 0.9.1 (#404845)
2 parents f153f00 + f1e0936 commit 7ce9b99

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pkgs/by-name/sn/snpguest/package.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,23 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "snpguest";
12-
version = "0.8.3";
12+
version = "0.9.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "virtee";
1616
repo = "snpguest";
1717
tag = "v${version}";
18-
hash = "sha256-Fu8A3n1vzA8y5ccyo785udOTTqumLQWCOy0RL/mQ/us=";
18+
hash = "sha256-bUdJUWeXi+TKQVW3xSRpLhf2BfXZWPz9Rwddob1nCK0=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-6AXpdm4Ge8j8w74YGEQYpj6r8gKp+Bim/6xA2WLjSC0=";
22+
cargoHash = "sha256-RGlYY6f7csrCIYxj0Nfejn0lCXEgGd/MD442H3Q3OZ0=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

2626
buildInputs = [ openssl ];
2727

28-
env = {
29-
OPENSSL_NO_VENDOR = true;
30-
};
28+
env.OPENSSL_NO_VENDOR = true;
3129

3230
passthru.updateScript = nix-update-script { };
3331

0 commit comments

Comments
 (0)