Commit 54511498 authored by Doron Behar's avatar Doron Behar
Browse files

libsForQt5.qtforkawesome: 0.0.4 -> 0.1.0

parent 904e346d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
  };
in stdenv.mkDerivation rec {
  pname = "qtforkawesome";
  version = "0.0.4";
  version = "0.1.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-J3F+ikz6gQqV+JsOX8EpMOWoTmI6UK5KndFALUo4oiU=";
    sha256 = "sha256-9e2TCg3itYtHZSvzCoaiIZmgsCMIoebh6C/XWtKz/2Q=";
  };

  buildInputs = [