rabbitmq-c: 0.8.0 -> 0.9.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/rabbitmq-c/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-publish --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-get --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-consume --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-declare-queue --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-delete-queue --help’ got 0 exit code
- found 0.9.0 with grep in /nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0
- directory tree listing: https://gist.github.com/15d9dcbdbc027933140607d48794a9a3

authored by R. RyanTM and committed by obadz bb950e22 21ac09eb

Changed files
+2 -2
pkgs
development
libraries
rabbitmq-c
+2 -2
pkgs/development/libraries/rabbitmq-c/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "rabbitmq-c-${version}"; 5 - version = "0.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "alanxz"; 9 repo = "rabbitmq-c"; 10 rev = "v${version}"; 11 - sha256 = "0vjh1q3hyzrq1iiddy28vvwpwwn4px00mjc2hqp4zgfpis2xlqbj"; 12 }; 13 14 buildInputs = [ cmake openssl popt xmlto ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "rabbitmq-c-${version}"; 5 + version = "0.9.0"; 6 7 src = fetchFromGitHub { 8 owner = "alanxz"; 9 repo = "rabbitmq-c"; 10 rev = "v${version}"; 11 + sha256 = "1mhzxyh9pmpxjjbyy8hd34gm39sxf73r1ldk8zjfsfbs26ggrppz"; 12 }; 13 14 buildInputs = [ cmake openssl popt xmlto ];