about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/iamb
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-14 01:32:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-14 01:32:10 +0000
commit312825d2c15bb9322e30c1a2117e439a3c6a0d3e (patch)
treed655c5f096882e1d141a58db74cca4de7448e871 /pkgs/applications/networking/instant-messengers/iamb
parentfa32e3cbaef088952b61e48a6fbfaa37c604cce1 (diff)
iamb: 0.0.7 -> 0.0.8
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/iamb')
-rw-r--r--pkgs/applications/networking/instant-messengers/iamb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/iamb/default.nix b/pkgs/applications/networking/instant-messengers/iamb/default.nix
index 9e9101d27d2e6..50d438448fa59 100644
--- a/pkgs/applications/networking/instant-messengers/iamb/default.nix
+++ b/pkgs/applications/networking/instant-messengers/iamb/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "iamb";
-  version = "0.0.7";
+  version = "0.0.8";
 
   src = fetchFromGitHub {
     owner = "ulyssa";
     repo = "iamb";
     rev = "v${version}";
-    hash = "sha256-KKr7dfFSffkFgqcREy/3RIIn5c5IxhFR7CjFJqCmqdM=";
+    hash = "sha256-Mt4/UWySC6keoNvb1VDCVPoK24F0rmd0R47ZRPADkaw=";
   };
 
-  cargoHash = "sha256-/OBGRE9zualLnMh9Ikh9s9IE9b8mEmAC/H5KUids8a8=";
+  cargoHash = "sha256-UbmeEcmUr3zx05Hk36tjsl0Y9ay7DNM1u/3lPqlXN2o=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.AppKit