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 30b0d88 + 4e6065f commit a04f3fcCopy full SHA for a04f3fc
pkgs/by-name/ru/rustypaste/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "rustypaste";
11
- version = "0.16.0";
+ version = "0.16.1";
12
13
src = fetchFromGitHub {
14
owner = "orhun";
15
repo = "rustypaste";
16
rev = "v${version}";
17
- sha256 = "sha256-Kv6hmqqGY9SssiT/MYmYCZ71N8CHFTT7K4q7eMdQTQU=";
+ sha256 = "sha256-Jfi2Q6551g58dfOqtHtWxkbxwYV71f7MIuLB8RbaR94=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-g7HoDPNP6DeV6NlC/F5KxBVMMgLw6zvVmOUe6yndRMQ=";
+ cargoHash = "sha256-10tBbn4XtdUNhfzb+KpwFGZAc7YVIEQRaqNLzJC1GGI=";
22
23
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
24
darwin.apple_sdk.frameworks.CoreServices
0 commit comments