Unverified Commit 78bc5aad authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #199677 from doronbehar/pkg/martchus

parents c0752aef 9d2f0aff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@
}:

mkDerivation rec {
  version = "1.2.3";
  version = "1.3.0";
  pname = "syncthingtray";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "syncthingtray";
    rev = "v${version}";
    sha256 = "sha256-jMl2kXpHVXH/TfdPbq6bzdpNec6f1AUWsMNZzaAvK/I=";
    sha256 = "sha256-uhVRO9aiYJbUmwDp1+LIYF3wNBbVduVpTtVzaS0oUMU=";
  };

  buildInputs = [
+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 = [
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "qtutilities";
  version = "6.8.0";
  version = "6.10.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-I8VvVGlz6rQLWd7Fq0q58VFFj+EHGiwkayam2Cj3aJQ=";
    hash = "sha256-xMuiizhOeS2UtD5OprLZb1MsjGyLd85SHcfW9Wja7tg=";
  };

  buildInputs = [ qtbase cpp-utilities ];