photoqt: 4.0.1 -> 4.1

This commit is contained in:
Weijia Wang 2023-12-22 03:52:45 +01:00
parent bfbfb34459
commit b6ed751c95

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