lol

Merge pull request #155495 from robertodr/update-highfive

highfive: 2.2 -> 2.3.1

authored by

Bobby Rong and committed by
GitHub
09b061c7 32e4b994

+3 -3
+3 -3
pkgs/development/libraries/highfive/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "highfive"; 15 - version = "2.2"; 15 + version = "2.3.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "BlueBrain"; 19 19 repo = "HighFive"; 20 - rev = "4c70d818ed18231563fe49ff197d1c41054be592"; 21 - sha256 = "02xy3c2ix3nw8109aw75ixj651knzc5rjqwqrxximm4hzwx09frk"; 20 + rev = "v${version}"; 21 + sha256 = "qaIThJGdoLgs82h+W4BKQEu1yy1bB8bZFiuxI7IxInw="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ cmake ];