Merge pull request #127713 from musfay/qbs-1.19.1

qbs: 1.18.0 -> 1.19.1
This commit is contained in:
Sandro 2021-06-22 15:08:34 +02:00 committed by GitHub
commit 3d544b4d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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