Skip to content

Commit a04f3fc

Browse files
authored
rustypaste: 0.16.0 -> 0.16.1 (#391991)
2 parents 30b0d88 + 4e6065f commit a04f3fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/rustypaste/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "rustypaste";
11-
version = "0.16.0";
11+
version = "0.16.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "orhun";
1515
repo = "rustypaste";
1616
rev = "v${version}";
17-
sha256 = "sha256-Kv6hmqqGY9SssiT/MYmYCZ71N8CHFTT7K4q7eMdQTQU=";
17+
sha256 = "sha256-Jfi2Q6551g58dfOqtHtWxkbxwYV71f7MIuLB8RbaR94=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-g7HoDPNP6DeV6NlC/F5KxBVMMgLw6zvVmOUe6yndRMQ=";
21+
cargoHash = "sha256-10tBbn4XtdUNhfzb+KpwFGZAc7YVIEQRaqNLzJC1GGI=";
2222

2323
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2424
darwin.apple_sdk.frameworks.CoreServices

0 commit comments

Comments
 (0)