photoqt: 4.7 -> 4.8

This commit is contained in:
Weijia Wang
2025-01-25 14:38:09 +01:00
parent 8ac76fc54b
commit 4b76da72ff
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "photoqt";
version = "4.7";
version = "4.8";
src = fetchurl {
url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
hash = "sha256-uZCeJJsQoIDZ6nf+JbFhbXE4ZHL8pCY0pJOG5w6v4vs=";
hash = "sha256-ccSbG5MTIyVJFqNHstaW53BfsGmN/I4ObCZfY0h22QE=";
};
nativeBuildInputs = [
-4
View File
@@ -14784,10 +14784,6 @@ with pkgs;
nodejs = nodejs_18;
};
photoqt = callPackage ../by-name/ph/photoqt/package.nix {
stdenv = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv "11.0" else stdenv;
};
photoflare = libsForQt5.callPackage ../applications/graphics/photoflare { };
phototonic = libsForQt5.callPackage ../applications/graphics/phototonic { };