libsForQt5.bismuth: 2.2.0 -> 2.3.0

This commit is contained in:
Nathanael Robbins 2022-02-05 23:09:55 -05:00 committed by Jonathan Ringer
parent b950e4afa2
commit cf55578b76

View file

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "bismuth";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "Bismuth-Forge";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ntfLijYPaOHvQToiAxuBZ5ayHPyQyevP9l6++SL0vUw=";
sha256 = "sha256-b+dlBv1M4//oeCGM2qrQ3s6z2yLql6eQWNqId3JB3Z4=";
};
cmakeFlags = [