Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

hmat-oss: 1.8.1 -> 1.9.0

+2 -2
+2 -2
pkgs/development/libraries/hmat-oss/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "hmat-oss"; 12 - version = "1.8.1"; 12 + version = "1.9.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "jeromerobert"; 16 16 repo = "hmat-oss"; 17 17 rev = "refs/tags/${version}"; 18 - sha256 = "sha256-N6VSQeq2BS/PLcMbyIn/OQfd45zyJJHuOD5bho2nue8="; 18 + sha256 = "sha256-JW6zghoYnF7NcAuAACgTQoxANEnmwjUAB8jCpof7Ums="; 19 19 }; 20 20 21 21 cmakeFlags = [