photoqt: 4.3 -> 4.4

This commit is contained in:
Weijia Wang 2024-04-05 07:58:29 +02:00
parent fd5d6c8b6f
commit 6a7a2fa82b

View file

@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "photoqt";
version = "4.3";
version = "4.4";
src = fetchurl {
url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
hash = "sha256-B0ZubvWIEZFnD2v74bpPv+/wr7vaHS9QP4//9/afjzQ=";
hash = "sha256-dCaNF5UoH6SkKBrZGtwg2qZcDtlptdBxEGZL2oKyjhI=";
};
nativeBuildInputs = [