about summary refs log tree commit diff
path: root/pkgs/applications/editors/hexdino
diff options
context:
space:
mode:
authorLuz <luz666@daum.net>2023-10-18 22:22:47 +0200
committerLuz <luz666@daum.net>2023-10-19 19:06:41 +0200
commit760354bf972fcbb4cd04ad931be444085392e43d (patch)
tree99e3952515b90b6fb7f7991ead3158aaeabce8b8 /pkgs/applications/editors/hexdino
parentef21b9f5aae97f984858ab748c00307d51ee14cc (diff)
hexdino: 0.1.2 -> 0.1.3
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/editors/hexdino')
-rw-r--r--pkgs/applications/editors/hexdino/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/hexdino/default.nix b/pkgs/applications/editors/hexdino/default.nix
index cc3b39ed4bf78..5eb023f8b9ed0 100644
--- a/pkgs/applications/editors/hexdino/default.nix
+++ b/pkgs/applications/editors/hexdino/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "hexdino";
-  version = "0.1.2";
+  version = "0.1.3";
 
   src = fetchFromGitHub {
     owner = "Luz";
     repo = pname;
     rev = version;
-    sha256 = "sha256-OFtOa6StpOuLgkULnY5MlqDcSTEiMxogowHIBEiGr4E=";
+    hash = "sha256-glbyftCJiP0/5trW7DOcVCU2q4ZH3zFK96eyGuYR8eY=";
   };
 
-  cargoSha256 = "sha256-lvLiRQNH3rpu+JTXWhQtXczmGRWGtnnLDknZaMp3d0s=";
+  cargoHash = "sha256-nldA8gDMj0iO+HgatiuMqzR6ZCjbxFsTp5pDGbFKA1k=";
 
   meta = with lib; {
     description = "A hex editor with vim like keybindings written in Rust";