summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-22 02:09:09 -0600
committerGitHub <noreply@github.com>2023-05-22 02:09:09 -0600
commit58c9c3d07a0d232e697f5f957a0a59c3885a474b (patch)
treefc336c295f5e3069ac477466f343cf4a1e2f2b23 /pkgs
parenta507668d8de9c0ca17a012191cbb82ef94388d59 (diff)
parentfd4c32ce8314cc60e4735049a61e14389de35b8a (diff)
Merge pull request #233354 from r-ryantm/auto-update/refinery-cli
refinery-cli: 0.8.9 -> 0.8.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/refinery-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/refinery-cli/default.nix b/pkgs/development/tools/refinery-cli/default.nix
index 28a3301ae7c86..33fea63df5d0f 100644
--- a/pkgs/development/tools/refinery-cli/default.nix
+++ b/pkgs/development/tools/refinery-cli/default.nix
@@ -2,15 +2,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "refinery-cli";
-  version = "0.8.9";
+  version = "0.8.10";
 
   src = fetchCrate {
     pname = "refinery_cli";
     inherit version;
-    sha256 = "sha256-KNidO4HO4fcGXWJxFYsat2duZTzUA8XFcaK+Qzb1HFI=";
+    sha256 = "sha256-6nb/RduzoTK5UtdzYBLdKkYTUrV9A1w1ZePqr3cO534=";
   };
 
-  cargoHash = "sha256-nYqOGSFQ4GdUdLkZ2Xtx+bRj2sX6joxKjNqm9CloODU=";
+  cargoHash = "sha256-rdxcWsLwhWuqGE5Z698NULg6Y2nkLqiIqEpBpceflk0=";
 
   nativeBuildInputs = [ pkg-config ];