libsForQt5.qtforkawesome: 0.0.4 -> 0.1.0

This commit is contained in:
Doron Behar 2022-11-05 12:44:48 +02:00
parent 904e346d54
commit 54511498d7

View File

@ -18,13 +18,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "qtforkawesome";
version = "0.0.4";
version = "0.1.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J3F+ikz6gQqV+JsOX8EpMOWoTmI6UK5KndFALUo4oiU=";
sha256 = "sha256-9e2TCg3itYtHZSvzCoaiIZmgsCMIoebh6C/XWtKz/2Q=";
};
buildInputs = [