Merge pull request #137834 from r-ryantm/auto-update/qbs

qbs: 1.19.1 -> 1.20.0
This commit is contained in:
Ryan Mulligan 2021-09-14 09:33:10 -07:00 committed by GitHub
commit 1b8efe5958
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.19.1";
version = "1.20.0";
src = fetchFromGitHub {
owner = "qbs";
repo = "qbs";
rev = "v${version}";
sha256 = "sha256-td+xXxpjty5jgorlVySG+8yUd9hujInXIlCfqCRUg9k=";
sha256 = "sha256-gKabKjd8GT5eFmobUFK6IUQ+b8Jjn/Kr68i1fXgJS4Q=";
};
nativeBuildInputs = [ qmake ];