Unverified Commit 561f8d7f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

photoqt: 5.0 -> 5.1 (#481864)

parents 1ee6bc20 7177b3f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [