roc-toolkit: 0.2.5 -> 0.3.0
Diff: https://github.com/roc-streaming/roc-toolkit/compare/v0.2.5...v0.3.0
This commit is contained in:
parent
4069806fb6
commit
f3ee548e96
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "roc-toolkit";
|
pname = "roc-toolkit";
|
||||||
version = "0.2.5";
|
version = "0.3.0";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "roc-streaming";
|
owner = "roc-streaming";
|
||||||
repo = "roc-toolkit";
|
repo = "roc-toolkit";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-vosw4H3YTTCXdDOnQQYRNZgufPo1BxUtfg6jutArzTI=";
|
hash = "sha256-tC0rjb3eDtEciUk0NmVye+N//Y/RFsi5d3kFS031y8I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue