Commit 4b76da72 authored by Weijia Wang's avatar Weijia Wang
Browse files

photoqt: 4.7 -> 4.8

parent 8ac76fc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+0 −4
Original line number Diff line number Diff line
@@ -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 { };