aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/build-managers/qbs/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-04 08:02:45 -0700
committerRenaud <c0bw3b@users.noreply.github.com>2019-06-04 17:02:45 +0200
commit741d20c900025c4e5bc6f14a5703bd9340461640 (patch)
tree471c35300e96e5adc495e7226726aa19d92a4077 /pkgs/development/tools/build-managers/qbs/default.nix
parent537d213df50a89bba8abba9391a43728ad4a4b73 (diff)
qbs: 1.13.0 -> 1.13.1 (#62549)
* qbs: 1.13.0 -> 1.13.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qbs/versions * qbs: add meta.homepage
Diffstat (limited to 'pkgs/development/tools/build-managers/qbs/default.nix')
-rw-r--r--pkgs/development/tools/build-managers/qbs/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/qbs/default.nix b/pkgs/development/tools/build-managers/qbs/default.nix
index 196a5d2a7fc9..266dff8cf6ce 100644
--- a/pkgs/development/tools/build-managers/qbs/default.nix
+++ b/pkgs/development/tools/build-managers/qbs/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "qbs-${version}";
- version = "1.13.0";
+ version = "1.13.1";
src = fetchFromGitHub {
owner = "qbs";
repo = "qbs";
rev = "v${version}";
- sha256 = "12zzbhddsgfxyzglknvim0bb7rrnifawnx18g35g1105ybfak607";
+ sha256 = "1a9mydfsax5pzbnx8g8f9blc4xpk5rdjq8fvkdaiwapdczban1ya";
};
nativeBuildInputs = [ qmake ];
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool that helps simplify the build process for developing projects across multiple platforms";
+ homepage = "https://wiki.qt.io/Qbs";
license = licenses.lgpl3;
maintainers = with maintainers; [ expipiplus1 ];
platforms = platforms.linux;