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-07-31 20:23:39 +0200
committerGitHub <noreply@github.com>2023-07-31 20:23:39 +0200
commit8d554e6477bb9fc4c8bc476b394dca6c9e561558 (patch)
treeb1fc2afcffabbe6ec929b25929ab53080ca58422 /pkgs/applications/editors
parentd3724dfbec772fbce32ef38edb041448c13f0f8e (diff)
parentc1b8959ecdf8dd3ad26ff7bd2498234a2bb9b06c (diff)
Merge pull request #246350 from wegank/rehex-bump
rehex: 0.5.4 -> 0.60.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/rehex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/rehex/default.nix b/pkgs/applications/editors/rehex/default.nix
index ef1ae88902cfc..0d4d171d98281 100644
--- a/pkgs/applications/editors/rehex/default.nix
+++ b/pkgs/applications/editors/rehex/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rehex";
-  version = "0.5.4";
+  version = "0.60.1";
 
   src = fetchFromGitHub {
     owner = "solemnwarning";
     repo = pname;
     rev = version;
-    hash = "sha256-UgwCfy2ssaPuSWeN2SXHBDXv/uLdrDoGr/Q9wXiuCnc=";
+    hash = "sha256-oF8XtxKqyo6c2lNH6WDq6aEPeZw8RqBinDVhPpaDAWg=";
   };
 
   nativeBuildInputs = [ pkg-config which zip ]