about summary refs log tree commit diff
path: root/pkgs/applications/editors/ox
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-05 17:35:11 +0800
committerAaron Jheng <wentworth@outlook.com>2023-09-05 17:35:11 +0800
commit4c457a9c3d3ac0aec6cde5e1219771964057f0c1 (patch)
tree71e9f0d76f5849f888f3764743b060a689f02ab8 /pkgs/applications/editors/ox
parentbc901a14315f03cb02d5be6d7e4c8075cd0fe36c (diff)
ox: use sri hash
Diffstat (limited to 'pkgs/applications/editors/ox')
-rw-r--r--pkgs/applications/editors/ox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/ox/default.nix b/pkgs/applications/editors/ox/default.nix
index 0888bc7cea322..8822912640079 100644
--- a/pkgs/applications/editors/ox/default.nix
+++ b/pkgs/applications/editors/ox/default.nix
@@ -8,10 +8,10 @@ rustPlatform.buildRustPackage rec {
     owner = "curlpipe";
     repo = pname;
     rev = version;
-    sha256 = "18iffnmvax6mbnhypf7yma98y5q2zlsyp9q18f92fdwz426r33p0";
+    hash = "sha256-4I6RjSCfNyeSQwGn6zX9AhePkqr+uOuhXdV0tat1LqI=";
   };
 
-  cargoSha256 = "0m5vglm58myf50vbb7m6gd3srk3n93afg70lz63i2kciqkkwsnjl";
+  cargoHash = "sha256-VFrN58SRTRGH+RSc59RIdsysR3umnrU2KM5XVCp9u1Q=";
 
   meta = with lib; {
     description = "An independent Rust text editor that runs in your terminal";