qcoro: 0.6.0 -> 0.7.0

This commit is contained in:
Karel Kočí 2022-11-22 16:33:44 +01:00
parent 987ed5b9c9
commit 34a7008ed4
No known key found for this signature in database
GPG Key ID: D83BD732AC2BD828

View File

@ -11,13 +11,13 @@
gcc11Stdenv.mkDerivation rec {
pname = "qcoro";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "danvratil";
repo = "qcoro";
rev = "v${version}";
sha256 = "sha256-6kRWBzspwsO0Q6/8gQUr69DJjmkPa3lWrKTmSgVn6V4=";
sha256 = "cHd2CwzP4oD/gy9qsDWIMgvlfBQq1p9C4G7JNAs4XW4=";
};
outputs = [ "out" "dev" ];