photoqt: 4.9.1 -> 4.9.2

This commit is contained in:
R. Ryantm
2025-06-27 00:41:39 +00:00
parent 9be32fbfaa
commit fc2a3ffb4b
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "photoqt";
version = "4.9.1";
version = "4.9.2";
src = fetchurl {
url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
hash = "sha256-dAqAM9zsFWPiGF7njhy7SM6f/5S19jMyTv57JadgHu8=";
hash = "sha256-kPhxWekecE57wY45qLy/EnfmjFLn0cEmZ+4qWHGbL4U=";
};
nativeBuildInputs = [