File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33rustPlatform . 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
You can’t perform that action at this time.
0 commit comments