about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-15 22:33:01 -0500
committerGitHub <noreply@github.com>2024-04-15 22:33:01 -0500
commit9637bf38b4138ae48cc0693e4dd4c5e3f0241592 (patch)
treee3d095424e4ea0586a1b1dd5df10dfcc3ecab321 /pkgs/tools/text
parenteb50eb9bcf330ebd5a5ae89a2b0bb760d70c7cfb (diff)
parent82b51d4670ba1743c615ed3d043d0f0b5bbec191 (diff)
Merge pull request #304380 from gepbird/hck-0.10.0
hck: 0.9.2 -> 0.10.0
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/hck/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/text/hck/default.nix b/pkgs/tools/text/hck/default.nix
index 782d746398a16..fe8aa63c0cff8 100644
--- a/pkgs/tools/text/hck/default.nix
+++ b/pkgs/tools/text/hck/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "hck";
-  version = "0.9.2";
+  version = "0.10.0";
 
   src = fetchFromGitHub {
     owner = "sstadick";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-KPpvai7+El2JA97EXDCstZ66FeyVCe7w+ERDDNRZ/h8=";
+    hash = "sha256-L/jad3T89VFub0JBC/o/xc4RI+/tF0hbhZdSxmSs+lo=";
   };
 
-  cargoHash = "sha256-TpwUO0BL8kambnxAUE9+l6YYkNL1WzmkTYn1YxjufdY=";
+  cargoHash = "sha256-9v3yZNKBZ0XQkA7J50GH/Z4JQUQ48HnjNXr90ZBHXgI=";
 
   nativeBuildInputs = [ cmake ];
 
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/sstadick/hck";
     changelog = "https://github.com/sstadick/hck/blob/v${version}/CHANGELOG.md";
     license = with licenses; [ mit /* or */ unlicense ];
-    maintainers = with maintainers; [ figsoda ];
+    maintainers = with maintainers; [ figsoda gepbird ];
     mainProgram = "hck";
   };
 }