roc-toolkit: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2023-08-07 00:23:23 +00:00
parent 4b68f2cde5
commit 91d0b754b8

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "roc-toolkit";
version = "0.2.4";
version = "0.2.5";
outputs = [ "out" "dev" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "roc-streaming";
repo = "roc-toolkit";
rev = "v${version}";
hash = "sha256-x4+/MIFKcos9xWhvSNWdsUQA2oLiyYS0MJE60HY/3hQ=";
hash = "sha256-vosw4H3YTTCXdDOnQQYRNZgufPo1BxUtfg6jutArzTI=";
};
nativeBuildInputs = [