Skip to content

Commit

Permalink
tiled: 1.0.1 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Sep 6, 2017
1 parent 9bb4005 commit cf6f900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/tiled/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ let
# qtEnv = with qt5; env "qt-${qtbase.version}" [ qtbase qttools ];
in stdenv.mkDerivation rec {
name = "tiled-${version}";
version = "1.0.1";
version = "1.0.3";

src = fetchFromGitHub {
owner = "bjorn";
repo = "tiled";
rev = "v${version}";
sha256 = "062ja3j84v5s4qslp01gqif8c6i1klkkxpxyyrrvjhxmbyn6nmgd";
sha256 = "1j8307h7xkxqwr8rpr9fn1svm5h10k61w6zxr4sgph1hiv8x33aa";
};

nativeBuildInputs = [ pkgconfig qmake ];
Expand Down

0 comments on commit cf6f900

Please sign in to comment.