Merge pull request #301738 from wegank/photoqt-bump

photoqt: 4.3 -> 4.4
This commit is contained in:
rewine 2024-04-06 03:44:30 +08:00 committed by GitHub
commit dcda61e0f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [