photoqt: 5.0 -> 5.1 (#481864)

This commit is contained in:
Weijia Wang
2026-01-20 16:55:00 +00:00
committed by GitHub
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "photoqt";
version = "5.0";
version = "5.1";
src = fetchurl {
url = "https://photoqt.org/downloads/source/photoqt-${version}.tar.gz";
hash = "sha256-BSe95dwzBCVp5jHIX6xh9BZ4OgPl88YUxt0iTSTnx18=";
hash = "sha256-GQT0JDuhrtQh9u5R2DBIlYWEHsSJ8cvDp3+0s6I0iHY=";
};
nativeBuildInputs = [