Skip to content

Commit 6041b19

Browse files
rustypaste: 0.15.1 -> 0.16.0 (#364256)
2 parents e9d7544 + cef807f commit 6041b19

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,16 +8,16 @@
88

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

1313
src = fetchFromGitHub {
1414
owner = "orhun";
1515
repo = pname;
1616
rev = "v${version}";
17-
sha256 = "sha256-C/ndU09+yQTXEUWDO3u9Bl5M3x3aaRHVuWpomUAa/B8=";
17+
sha256 = "sha256-Kv6hmqqGY9SssiT/MYmYCZ71N8CHFTT7K4q7eMdQTQU=";
1818
};
1919

20-
cargoHash = "sha256-b9KZzevaTl52pduN4gkF8k6yqgDcE8x5sOwmPxzYfWA=";
20+
cargoHash = "sha256-podM44J7RGpLdPo+yS7clwX6vvvQRllkqPu7UpC/LzI=";
2121

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

0 commit comments

Comments
 (0)