about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-20 16:00:39 +0200
committerGitHub <noreply@github.com>2023-10-20 16:00:39 +0200
commit99acf3df68a8eea233ba38ac56fc059cc12fbfe5 (patch)
treeea4dc80d7ab6b238445e6934d31c78fc017dc99f /pkgs/applications/editors
parent0b9ab92dea431d0f5ff513f9a7da984ef9c22e65 (diff)
parent760354bf972fcbb4cd04ad931be444085392e43d (diff)
downloadnixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.tar
nixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.tar.gz
nixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.tar.bz2
nixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.tar.lz
nixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.tar.xz
nixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.tar.zst
nixlib-99acf3df68a8eea233ba38ac56fc059cc12fbfe5.zip
Merge pull request #261910 from Luz/hexdino
hexdino: 0.1.2 -> 0.1.3
Diffstat (limited to 'pkgs/applications/editors')
-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 cc3b39ed4bf7..5eb023f8b9ed 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";