lxqt.lximage-qt: 2.1.0 -> 2.1.1 (#378129)

This commit is contained in:
José Romildo Malaquias
2025-01-31 10:39:59 -03:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "lximage-qt";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-08HEPTbZw4CCq3A9KxMKeT/X1notXwsV1sSSgtRFPO0=";
hash = "sha256-Y9lBXEROC4LIl1M7js0TvJBBNyO06qCWpHxvQjcYPhc=";
};
nativeBuildInputs = [