Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

roc-toolkit: 0.2.5 -> 0.3.0

Diff: https://github.com/roc-streaming/roc-toolkit/compare/v0.2.5...v0.3.0

K900 f3ee548e 4069806f

+2 -2
+2 -2
pkgs/development/libraries/audio/roc-toolkit/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "roc-toolkit"; 24 - version = "0.2.5"; 24 + version = "0.3.0"; 25 25 26 26 outputs = [ "out" "dev" ]; 27 27 ··· 29 29 owner = "roc-streaming"; 30 30 repo = "roc-toolkit"; 31 31 rev = "v${version}"; 32 - hash = "sha256-vosw4H3YTTCXdDOnQQYRNZgufPo1BxUtfg6jutArzTI="; 32 + hash = "sha256-tC0rjb3eDtEciUk0NmVye+N//Y/RFsi5d3kFS031y8I="; 33 33 }; 34 34 35 35 nativeBuildInputs = [