Skip to content

Commit 32dd7af

Browse files
committed
lxqt.screengrab: 2.8.0 -> 2.9.0
1 parent 3911a6a commit 32dd7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/lxqt/screengrab/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "screengrab";
21-
version = "2.8.0";
21+
version = "2.9.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "lxqt";
2525
repo = pname;
2626
rev = version;
27-
hash = "sha256-PMe2NyIoc12n4l/oWPi3GL6pemuHyxL2HFBLTIyD690=";
27+
hash = "sha256-V5ulRkckeSX2EsYmhmA9phVssDtix31M5oZXkOgF660=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)