mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
qtcreator: Update from 3.2.0 to 3.2.1
This commit is contained in:
parent
249f9eee56
commit
059681bc5d
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ with stdenv.lib;
|
|||
|
||||
let
|
||||
baseVersion = "3.2";
|
||||
revision = "0";
|
||||
revision = "1";
|
||||
version = "${baseVersion}.${revision}";
|
||||
in
|
||||
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://download.qt-project.org/official_releases/qtcreator/${baseVersion}/${version}/qt-creator-opensource-src-${version}.tar.gz";
|
||||
sha256 = "0giilb0sl71w2p0vlaj4f9qjyaa4llbflp4m1dfdal30facbwizd";
|
||||
sha256 = "0kp7czn9mzncdpq8bx15s3sy13g4xlcdz7y7zy0s9350g4ijs8fx";
|
||||
};
|
||||
|
||||
# This property can be used in a nix development environment to refer to the Qt package
|
||||
|
|
Loading…
Reference in a new issue