about summary refs log tree commit diff
path: root/pkgs/applications/misc/oranda
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-27 10:11:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-27 10:11:07 +0000
commit0f751d00cce47dd1455188d5ff38ef17e06d3489 (patch)
tree50829a9ff225e966cd3b2ae62bf8fb30409be972 /pkgs/applications/misc/oranda
parent3103346b645995d65a30a0ef05730ddc52a2d08e (diff)
downloadnixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.tar
nixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.tar.gz
nixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.tar.bz2
nixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.tar.lz
nixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.tar.xz
nixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.tar.zst
nixlib-0f751d00cce47dd1455188d5ff38ef17e06d3489.zip
oranda: 0.5.0 -> 0.6.1
Diffstat (limited to 'pkgs/applications/misc/oranda')
-rw-r--r--pkgs/applications/misc/oranda/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/oranda/default.nix b/pkgs/applications/misc/oranda/default.nix
index e8d4500f1cc3..9e1ff27f651b 100644
--- a/pkgs/applications/misc/oranda/default.nix
+++ b/pkgs/applications/misc/oranda/default.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "oranda";
-  version = "0.5.0";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "axodotdev";
     repo = "oranda";
     rev = "v${version}";
-    hash = "sha256-CB3ALd8N+bZ6kD34rKTxdIXrSqZtaQTINmI2yf/m38w=";
+    hash = "sha256-/tlGpsJ7qqBKC13w0kX2AqYyGR+KLNh+hM/FKjlEIaY=";
   };
 
-  cargoHash = "sha256-GLnczSTDMDjvLw+8js6LUVtW8QLlS3G12pSabYkYsHI=";
+  cargoHash = "sha256-cXf94Y9v80ofayJxzVTnrz0EpzWwhIH1CLvQIHDm1sw=";
 
   nativeBuildInputs = [
     pkg-config