lxqt.screengrab: 1.100 -> 1.101

This commit is contained in:
José Romildo Malaquias
2019-02-26 20:00:16 -03:00
parent e6a5efd4ae
commit 102a33c356
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "screengrab";
version = "1.100";
version = "1.101";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "1iqrmf581x9ab6zzjxm2509gg6fkn7hwril4v0aki7n7dgxw1c4g";
sha256 = "111gnkhp77qkch7xqr7k3h8zrg4871gapyd4vvlpaj0gjhirjg6h";
};
nativeBuildInputs = [