Merge pull request #275949 from wegank/photoqt-bump

photoqt: 4.0.1 -> 4.1
This commit is contained in:
Weijia Wang 2023-12-23 07:38:33 +01:00 committed by GitHub
commit c125c54c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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