Merge pull request #281942 from wegank/photoqt-bump

photoqt: 4.1 -> 4.2
This commit is contained in:
Weijia Wang 2024-01-20 18:50:44 +01:00 committed by GitHub
commit 6ab7485924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "photoqt";
version = "4.1";
version = "4.2";
src = fetchurl {
url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
hash = "sha256-vxQZFlS4C+Dg9I6BKeMUFOYHz74d28gbhJlIpxSKTvs=";
hash = "sha256-OUqsyvmv6ccJDzcWAeS1OOmK2eXOCEgGktz6GEUzoA8=";
};
nativeBuildInputs = [