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

qbs: 1.23.0 -> 1.23.1
This commit is contained in:
Jonas Heinrich 2022-08-19 15:26:34 +02:00 committed by GitHub
commit 009a5cb9ec
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.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "qbs";
repo = "qbs";
rev = "v${version}";
sha256 = "sha256-F8dfSMim4OVGjBEGtIA4bGTNSLwZSwpHWI0J2e7pKCw=";
sha256 = "sha256-ZAMWPvTzramhIuafYw+lV7Tm3fQKm+nbRdAFdjYDMhs=";
};
nativeBuildInputs = [ qmake ];