about summary refs log tree commit diff
path: root/pkgs/by-name/ha
diff options
context:
space:
mode:
authorAnomalocaridid <29845794+Anomalocaridid@users.noreply.github.com>2023-12-03 20:10:52 -0500
committerAnomalocaridid <29845794+Anomalocaridid@users.noreply.github.com>2023-12-03 21:21:29 -0500
commite8d71f6901f728999168b8fbffbed319dff5c27f (patch)
treedd5a9a2e9a134a5bc4a7ebbc33da16ed3750af2f /pkgs/by-name/ha
parentdb4ce465edd23222973fff494b0cc3a522d7a3dc (diff)
downloadnixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.tar
nixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.tar.gz
nixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.tar.bz2
nixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.tar.lz
nixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.tar.xz
nixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.tar.zst
nixlib-e8d71f6901f728999168b8fbffbed319dff5c27f.zip
handlr-regex: 0.8.5 -> 0.9.0
Diffstat (limited to 'pkgs/by-name/ha')
-rw-r--r--pkgs/by-name/ha/handlr-regex/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ha/handlr-regex/package.nix b/pkgs/by-name/ha/handlr-regex/package.nix
index 7b6b886524cf..253f821647a7 100644
--- a/pkgs/by-name/ha/handlr-regex/package.nix
+++ b/pkgs/by-name/ha/handlr-regex/package.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "handlr-regex";
-  version = "0.8.5";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "Anomalocaridid";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-X0j62Ntu/ouBVm09iKxU3pps8mbL5V5gA65Maa4b0AY=";
+    hash = "sha256-ndFe5GlSWVUPdGRRWuImcLtcuOMoMXMyGGIa+CXfCug=";
   };
 
-  cargoSha256 = "sha256-byR7CM876z5tAXmbcUfI0CnJrc/D6CxfjBJhuJMSFmg=";
+  cargoHash = "sha256-lCClE8U4188q5rWEEkUt0peLEmYvLoE7vJ6Q9uB5HWg=";
 
   nativeBuildInputs = [ installShellFiles shared-mime-info ];
   buildInputs = [ libiconv ];