Commit 1fb5ae6e authored by José Romildo's avatar José Romildo
Browse files

lxqt.screengrab: 2.9.0 -> 2.10.0

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

stdenv.mkDerivation rec {
  pname = "screengrab";
  version = "2.9.0";
  version = "2.10.0";

  src = fetchFromGitHub {
    owner = "lxqt";
    repo = pname;
    rev = version;
    hash = "sha256-V5ulRkckeSX2EsYmhmA9phVssDtix31M5oZXkOgF660=";
    hash = "sha256-cTDGVNnnjgIiCS/KzEVmTagJvNwDKAP2UrWKwdn3WmE=";
  };

  nativeBuildInputs = [