Skip to content

Commit

Permalink
php81Extensions.amqp: 2.1.1 -> 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 24, 2024
1 parent d63af7f commit 680c93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/amqp/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ buildPecl, lib, rabbitmq-c, fetchFromGitHub }:

let
version = "2.1.1";
version = "2.1.2";
in buildPecl {
inherit version;
pname = "amqp";
Expand All @@ -10,7 +10,7 @@ in buildPecl {
owner = "php-amqp";
repo = "php-amqp";
rev = "v${version}";
sha256 = "sha256-QHiQL3INd0zQpmCOcJx7HhN770m9ql0Cs63OTOLOrNQ=";
sha256 = "sha256-jVD5dq2kgFnprj190W9hnLG+9yPLWm19AjoGBBz6v8c=";
};

buildInputs = [ rabbitmq-c ];
Expand Down

0 comments on commit 680c93e

Please sign in to comment.