lol
0
fork

Configure Feed

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

Merge pull request #301668 from r-ryantm/auto-update/rustypaste-cli

rustypaste-cli: 0.8.0 -> 0.9.0

authored by

Mario Rodas and committed by
GitHub
9ff4b534 ea28bb39

+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.8.0"; 10 + version = "0.9.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "orhun"; 14 14 repo = "rustypaste-cli"; 15 15 rev = "v${version}"; 16 - hash = "sha256-FfAX7a94EY2Y+FHE33UdxbLbFlSq69flvx3uPYlvkT4="; 16 + hash = "sha256-Nx0mnwoyJlZSaOiGsqhrx6o9ZDJAGbEpOBhPknbZBjI="; 17 17 }; 18 18 19 - cargoHash = "sha256-FVhOxJE1sI9Ka2teDU8xnbuDvtdIwubuE7+3ypo4+yQ="; 19 + cargoHash = "sha256-z/llEeUfiWPCy8JspmpbbX0FCb8eXPvV1SJAW7ujSyU="; 20 20 21 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 22 darwin.apple_sdk.frameworks.Security