Merge pull request #305950 from aaronjheng/amqpcat

amqpcat: 0.2.5 -> 1.0.0
This commit is contained in:
Guillaume Girol 2024-04-27 22:03:08 +02:00 committed by GitHub
commit d08302d61a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "amqpcat"; pname = "amqpcat";
version = "0.2.5"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudamqp"; owner = "cloudamqp";
repo = "amqpcat"; repo = "amqpcat";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-AXX4aF5717lSIO0/2jNDPXXLtM/h//BlxO+cX71aWG4="; hash = "sha256-QLVFAcymj7dERbUiRcseiDuuKgrQ8n4LbkdhUyXPcWw=";
}; };
format = "shards"; format = "shards";

View File

@ -1,12 +1,12 @@
{ {
amq-protocol = { amq-protocol = {
url = "https://github.com/cloudamqp/amq-protocol.cr.git"; url = "https://github.com/cloudamqp/amq-protocol.cr.git";
rev = "v1.1.4"; rev = "v1.1.14";
sha256 = "1x10zh371wmwi55rpdymfhf7hbh900zc94b64hkk12pp20mws55r"; sha256 = "1pr5h3lxfhjmarfqpvfldn8d6425g3i56k4p4szk2jkffa0z38nz";
}; };
amqp-client = { amqp-client = {
url = "https://github.com/cloudamqp/amqp-client.cr.git"; url = "https://github.com/cloudamqp/amqp-client.cr.git";
rev = "v1.0.11"; rev = "v1.2.3";
sha256 = "0d08k9jjd9jw40slj71wi9p6773d1djva9zjb40pskcgg2wfirx3"; sha256 = "1pbiq5srni87hd8q2x3vs4s2hpajlzzlwgalgnmb35dcyih1ff9k";
}; };
} }