about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNorbert Melzer <timmelzer@gmail.com>2023-04-25 07:49:45 +0200
committerGitHub <noreply@github.com>2023-04-25 07:49:45 +0200
commit3aa0987f227aa942e3cef61ec91c2b90f171fd40 (patch)
tree2fa84c618ef67a1fdd7a0e8ff379bb6448fc55ad
parent0cc1844bb4d0ce28fd187531afa818b152c3d1b8 (diff)
parent98a1542d62b308449e134275be41733e2934c9dd (diff)
Merge pull request #228021 from GaetanLepage/rustic
-rw-r--r--pkgs/tools/backup/rustic-rs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/backup/rustic-rs/default.nix b/pkgs/tools/backup/rustic-rs/default.nix
index def401ca187ce..1e7d7939fbcf9 100644
--- a/pkgs/tools/backup/rustic-rs/default.nix
+++ b/pkgs/tools/backup/rustic-rs/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustic-rs";
-  version = "0.5.1";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "rustic-rs";
     repo = "rustic";
     rev = "refs/tags/v${version}";
-    hash = "sha256-r1h21J+pR8HiFfSxBwTVhuPFtc7HP+XnI3Xtx4oRKzY=";
+    hash = "sha256-DL6IpWUGZT5kqnJVFehjMZAmBp2shUZSA5KvJDa9FFY=";
   };
 
-  cargoHash = "sha256-HiGBp79bxxZaupPo5s6cjXa4Q83O9i8VLzB9psjKSfo=";
+  cargoHash = "sha256-K4bj0jE+PuOL2mEeVEI84On17Jyw7PKtNPQzDKMvY+c=";
 
   nativeBuildInputs = [ installShellFiles ];