Skip to content

Commit 82eb8a8

Browse files
authored
vrc-get: 1.8.1 -> 1.8.2 (#348957)
2 parents 2ab323a + cbdb8ee commit 82eb8a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/vrc-get/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "vrc-get";
5-
version = "1.8.1";
5+
version = "1.8.2";
66

77
src = fetchCrate {
88
inherit pname version;
9-
hash = "sha256-j8B7g/w1Qtiuj099RlRLmrYTFiE7d2vVg/nTbaa8pRU=";
9+
hash = "sha256-4ZiN9sl4VImb3ufF6L9k5t45tmV1RUSvm3NL52waj0o=";
1010
};
1111

1212
nativeBuildInputs = [ installShellFiles pkg-config ];
1313

1414
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security SystemConfiguration ];
1515

16-
cargoHash = "sha256-WFGY5osZIEYeHQchvuE3ddeqh2wzfZNV+SGqW08zYDI=";
16+
cargoHash = "sha256-uPx9sujuvBp6wJzzqVlS8Rq1S9Cb2su9/gp4pnNJ9zQ=";
1717

1818
# Execute the resulting binary to generate shell completions, using emulation if necessary when cross-compiling.
1919
# If no emulator is available, then give up on generating shell completions

0 commit comments

Comments
 (0)