summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-09-19 12:42:20 +0100
committerRobert Scott <code@humanleg.org.uk>2021-10-10 23:18:53 +0100
commit6bc516c45cdd089314214aba6f7a15d0a39ffe8a (patch)
tree3ca3249869cd937560d39a3f4adc35aec64e7bc7
parenttremor-rs: 0.11.2 -> 0.11.5 (diff)
downloadnixpkgs-6bc516c45cdd089314214aba6f7a15d0a39ffe8a.tar.gz
tremor-rs: 0.11.5 -> 0.11.6
(cherry picked from commit 183710009626e81af20afeb055b47c866a18c69c)
-rw-r--r--pkgs/tools/misc/tremor-rs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tremor-rs/default.nix b/pkgs/tools/misc/tremor-rs/default.nix
index 5f6acfd9696f..c88fca0aebcb 100644
--- a/pkgs/tools/misc/tremor-rs/default.nix
+++ b/pkgs/tools/misc/tremor-rs/default.nix
@@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec {
pname = "tremor";
- version = "0.11.5";
+ version = "0.11.6";
src = fetchFromGitHub {
owner = "tremor-rs";
repo = "tremor-runtime";
rev = "v${version}";
- sha256 = "sha256-fE0f0tCI2V+HqHZwn9cO+xs0o3o6w0nrJg9Et0zJMOE=";
+ sha256 = "1ldqa4q7q9afrbjh7adinav21zsh26pqqvrd6q9542r90mxnygmx";
};
- cargoHash = "sha256-dky9ejzMgKXlzpg+9bmkd7th+EHBpNmZJkgYt2pjuuI=";
+ cargoSha256 = "0ivxd5mhvcpzv9wf859vwyiq1s0bbd9vdk6fy6m81bn5ykihx7ar";
nativeBuildInputs = [ cmake pkg-config installShellFiles ];