We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f153f00 + f1e0936 commit 7ce9b99Copy full SHA for 7ce9b99
1 file changed
pkgs/by-name/sn/snpguest/package.nix
@@ -9,25 +9,23 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "snpguest";
12
- version = "0.8.3";
+ version = "0.9.1";
13
14
src = fetchFromGitHub {
15
owner = "virtee";
16
repo = "snpguest";
17
tag = "v${version}";
18
- hash = "sha256-Fu8A3n1vzA8y5ccyo785udOTTqumLQWCOy0RL/mQ/us=";
+ hash = "sha256-bUdJUWeXi+TKQVW3xSRpLhf2BfXZWPz9Rwddob1nCK0=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-6AXpdm4Ge8j8w74YGEQYpj6r8gKp+Bim/6xA2WLjSC0=";
+ cargoHash = "sha256-RGlYY6f7csrCIYxj0Nfejn0lCXEgGd/MD442H3Q3OZ0=";
23
24
nativeBuildInputs = [ pkg-config ];
25
26
buildInputs = [ openssl ];
27
28
- env = {
29
- OPENSSL_NO_VENDOR = true;
30
- };
+ env.OPENSSL_NO_VENDOR = true;
31
32
passthru.updateScript = nix-update-script { };
33
0 commit comments