about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2020-01-04 12:03:56 +0100
committerGitHub <noreply@github.com>2020-01-04 12:03:56 +0100
commitbba84b607ee8cb1815d2fe89a951101ca6b9bb60 (patch)
tree7b9e496c8a46dae2b2c43e8c36f96f0d3f5cf8e0 /pkgs/development/tools/build-managers
parent257fefa6d1fb02e3d94e97903c94bd5fa241f901 (diff)
parent5d33d676eb3ed5e2d761ddb036667755efe5353c (diff)
downloadnixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.tar
nixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.tar.gz
nixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.tar.bz2
nixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.tar.lz
nixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.tar.xz
nixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.tar.zst
nixlib-bba84b607ee8cb1815d2fe89a951101ca6b9bb60.zip
Merge pull request #76396 from r-ryantm/auto-update/qbs
qbs: 1.14.1 -> 1.15.0
Diffstat (limited to 'pkgs/development/tools/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/qbs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/qbs/default.nix b/pkgs/development/tools/build-managers/qbs/default.nix
index cd08ae973eba..0649cd7c5957 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 {
   pname = "qbs";
 
-  version = "1.14.1";
+  version = "1.15.0";
 
   src = fetchFromGitHub {
     owner = "qbs";
     repo = "qbs";
     rev = "v${version}";
-    sha256 = "0rqfnclhzln6v4gm68fn4vn6ncf5qpi90295fwm4fx6dq4l94b3v";
+    sha256 = "0hq2lx5w5lsiy9c69bcps4wyn2sa9s88hj0bq95p93sfiwq6mxlr";
   };
 
   nativeBuildInputs = [ qmake ];