lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rustypaste-cli: 0.7.0 -> 0.8.0

Diff: https://github.com/orhun/rustypaste-cli/compare/v0.7.0...v0.8.0

Changelog: https://github.com/orhun/rustypaste-cli/blob/v0.8.0/CHANGELOG.md

figsoda 75fd3513 410b1ef7

+3 -3
+3 -3
pkgs/tools/misc/rustypaste-cli/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "rustypaste-cli"; 10 - version = "0.7.0"; 10 + version = "0.8.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "orhun"; 14 14 repo = "rustypaste-cli"; 15 15 rev = "v${version}"; 16 - hash = "sha256-5D3wojKFYL+hOwroe0grAQ524uOVI6fn1ENcP7IEEeA="; 16 + hash = "sha256-FfAX7a94EY2Y+FHE33UdxbLbFlSq69flvx3uPYlvkT4="; 17 17 }; 18 18 19 - cargoHash = "sha256-89cPYlQy3PUl1uTJSUMVgTaFX6dmY9Iwut507VzyDoM="; 19 + cargoHash = "sha256-FVhOxJE1sI9Ka2teDU8xnbuDvtdIwubuE7+3ypo4+yQ="; 20 20 21 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 22 darwin.apple_sdk.frameworks.Security