msgpack: 3.0.1 -> 3.2.0

gstqt5
rychale 2019-08-14 14:43:11 +03:00 committed by Alyssa Ross
parent 362db40e0b
commit 7ed8a2c7f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ callPackage, fetchFromGitHub, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "3.0.1";
version = "3.2.0";
src = fetchFromGitHub {
owner = "msgpack";
repo = "msgpack-c";
rev = "cpp-${version}";
sha256 = "0nr6y9v4xbvzv717j9w9lhmags1y2s5mq103v044qlyd2jkbg2p4";
sha256 = "07n0kdmdjn3amwfg7fqz3xac1yrrxh7d2l6p4pgc6as087pbm8pl";
};
})