Skip to content

Commit 965dbad

Browse files
authored
qtcreator: 15.0.0 -> 15.0.1 (#376287)
2 parents a56b995 + 7499313 commit 965dbad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/qtcreator/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
stdenv.mkDerivation rec {
3333
pname = "qtcreator";
34-
version = "15.0.0";
34+
version = "15.0.1";
3535

3636
src = fetchurl {
3737
url = "mirror://qt/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
38-
hash = "sha256-I7HGtHjKdgmX7N3Uxyjw2igLBpYAipvd2aEGjxbUj3I=";
38+
hash = "sha256-dDutW7417X9QCffOFh8dovJsF7tRMUc+BhzmWzp64JM=";
3939
};
4040

4141
nativeBuildInputs = [

0 commit comments

Comments
 (0)