Skip to content

Commit

Permalink
refinery-cli: 0.8.5 -> 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 16, 2022
1 parent a093c35 commit 3e26073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/refinery-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
pname = "refinery-cli";
version = "0.8.5";
version = "0.8.6";

src = fetchCrate {
pname = "refinery_cli";
inherit version;
sha256 = "sha256-I9YjMsl70eiws4ea0P9oqOsNzN+gfO5Jwr7VlFCltq8=";
sha256 = "sha256-vT/iM+o9ZrotiBz6mq9IVVJAkK97QUlOiZp6tg3O8pI=";
};

cargoSha256 = "sha256-Ehofdr6UNtOwRT0QVFaXDrWFRPqdF9eA8eL/hRwIJUM=";
cargoSha256 = "sha256-DMQr0Qtr2c3BHWqTb+IW2cV1fwWIFMY5koR2GPceYHQ=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 3e26073

Please sign in to comment.