lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

tremor-rs: 0.11.5 -> 0.11.6

+3 -3
+3 -3
pkgs/tools/misc/tremor-rs/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "tremor"; 6 - version = "0.11.5"; 6 + version = "0.11.6"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "tremor-rs"; 10 10 repo = "tremor-runtime"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-fE0f0tCI2V+HqHZwn9cO+xs0o3o6w0nrJg9Et0zJMOE="; 12 + sha256 = "1ldqa4q7q9afrbjh7adinav21zsh26pqqvrd6q9542r90mxnygmx"; 13 13 }; 14 14 15 - cargoHash = "sha256-dky9ejzMgKXlzpg+9bmkd7th+EHBpNmZJkgYt2pjuuI="; 15 + cargoSha256 = "0ivxd5mhvcpzv9wf859vwyiq1s0bbd9vdk6fy6m81bn5ykihx7ar"; 16 16 17 17 nativeBuildInputs = [ cmake pkg-config installShellFiles ]; 18 18