qastools: 0.22.0 -> 0.23.0

gstqt5
R. RyanTM 2020-07-07 05:26:12 +00:00 committed by Frederik Rietdijk
parent 43114a1751
commit c5a2f3a514
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "qastools";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitLab {
owner = "sebholt";
repo = pname;
rev = "v${version}";
sha256 = "0px4fcn8dagivq5fyi5gy84yj86f6x0lk805mc4ry58d0wsbn68v";
sha256 = "19hn64hnvryfmrkdg6rqyzahdbqf1s5y3dcca389jj6sdx93b3ip";
};
nativeBuildInputs = [ cmake ];