htmlq: 0.3.0 -> 0.4.0

main
Ben Siraphob 2 years ago
parent 570c0e27c5
commit 11a2ff4fb8
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 6
      pkgs/development/tools/htmlq/default.nix

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "htmlq";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "mgdm";
repo = "htmlq";
rev = "v${version}";
sha256 = "sha256-pTw+dsbbFwrPIxCimMsYfyAF2zVeudebxVtMQV1cJnE=";
sha256 = "sha256-kZtK2QuefzfxxuE1NjXphR7otr+RYfMif/RSpR6TxY0=";
};
cargoSha256 = "sha256-jeoSA7w2bk0R3L+/FDn/b+ddTCqY8zFr/2GCxI7OCzM=";
cargoSha256 = "sha256-r9EnQQPGpPIcNYb1eqGrMnRdh0snIa5iVsTYTI+YErY=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];

Loading…
Cancel
Save