qbs: 1.17.0 -> 1.18.0

This commit is contained in:
R. RyanTM 2021-03-09 09:39:36 +00:00
parent 29b0d4d0b6
commit 10a3daee9e

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qbs"; pname = "qbs";
version = "1.17.0"; version = "1.18.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qbs"; owner = "qbs";
repo = "qbs"; repo = "qbs";
rev = "v${version}"; rev = "v${version}";
sha256 = "0sd4qwl1wh8b1hck846plrgddkrdwdfqwk2dgh5hdsrlrvx5xjrr"; sha256 = "sha256-W1ky3PWPzfKygY+diBld+BqTAxJvNw9mqw3owcQ6no4=";
}; };
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];