Skip to content

Commit d6a237c

Browse files
authored
rustypaste-cli: 0.9.2 -> 0.9.3 (#389489)
2 parents 7b9a114 + 351b287 commit d6a237c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/rustypaste-cli/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-cli";
11-
version = "0.9.2";
11+
version = "0.9.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "orhun";
1515
repo = "rustypaste-cli";
1616
rev = "v${version}";
17-
hash = "sha256-NqY3Lp1PNnl8Vf+zJZVrcp+VHe2gZbsoEQKAhpdZzT8=";
17+
hash = "sha256-ziIY/dz/2nwv0S6gUbVsrTXTNkGLh9MRNXnhhVOnCvA=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-vvK9BTDuNwN4/uZEk9AYBN/Hs6dungKz3RNl/lLm8wU=";
21+
cargoHash = "sha256-R6mdHoARtnIRpN18KF1TVIgBzEtCinb0xfCM3nz2sxk=";
2222

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

0 commit comments

Comments
 (0)