Commit 1c4165f1 authored by R. RyanTM's avatar R. RyanTM
Browse files

rssguard: 4.3.2 -> 4.3.3

parent 4c580b01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "rssguard";
  version = "4.3.2";
  version = "4.3.3";

  src = fetchFromGitHub {
    owner = "martinrotter";
    repo = pname;
    rev = version;
    sha256 = "sha256-2h9fVah0WZ8X0GsCLtiUWRan1Gkl4WBxuEQ3gx4FFBo=";
    sha256 = "sha256-dSnPQbCPXREMOeqyn17BEi29soeVfrThnDBqdti5BiA=";
  };

  buildInputs =  [ qtwebengine qttools ];