photoqt: 5.0 -> 5.1

This commit is contained in:
R. Ryantm
2026-01-20 07:25:14 +00:00
parent 80e4adbcf8
commit 7177b3f71e
+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 = [