Merge pull request #271957 from Anomalocaridid/handlr-0.9.0

handlr-regex: 0.8.5 -> 0.9.0
This commit is contained in:
Nick Cao 2023-12-04 09:08:50 -05:00 committed by GitHub
commit 163a599225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -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 ];

View file

@ -33494,8 +33494,6 @@ with pkgs;
handlr = callPackage ../tools/misc/handlr { };
handlr-regex = callPackage ../tools/misc/handlr-regex { };
jftui = callPackage ../applications/video/jftui { };
lime = callPackage ../development/libraries/lime { };