about summary refs log tree commit diff
path: root/pkgs/tools/misc/atuin
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-25 01:55:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-25 01:55:44 +0000
commit6cab7fb12d3fc59955f396ddc3855999fb94e832 (patch)
tree9bc4b5d71421f7aeeeba3f4dbbbb8b7addaf9c34 /pkgs/tools/misc/atuin
parent92a6bd208f5caf5e2526511c60fc61fdfd0955f7 (diff)
atuin: 0.8.1 -> 0.9.1
Diffstat (limited to 'pkgs/tools/misc/atuin')
-rw-r--r--pkgs/tools/misc/atuin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/atuin/default.nix b/pkgs/tools/misc/atuin/default.nix
index 4bb75f547876f..907276f30bed9 100644
--- a/pkgs/tools/misc/atuin/default.nix
+++ b/pkgs/tools/misc/atuin/default.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "atuin";
-  version = "0.8.1";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "ellie";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-nrWsEPYW4R5P8KUh4R3cZ4VFO9zoID0cl6lz7nNjnp0=";
+    sha256 = "sha256-TrIBNvK8Kyp0FgLZ3Q1n/Dl4V/yateP2v2ei5IIpi44=";
   };
 
-  cargoSha256 = "sha256-sWVMPjG5ZqAKr7BmMJdBnVmBDr1MWl3hhmOBxQJexJY=";
+  cargoSha256 = "sha256-42eMvUbH7eEvTcEfLtDRNy6psbdQXDsZQbpyqZFjF4c=";
 
   nativeBuildInputs = [ installShellFiles ];