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

photoqt: 4.8 -> 4.8.1 (#381943)

parents 253dca97 350a9e2d
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.8";
  version = "4.8.1";

  src = fetchurl {
    url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
    hash = "sha256-ccSbG5MTIyVJFqNHstaW53BfsGmN/I4ObCZfY0h22QE=";
    hash = "sha256-Iq5Fc0v+EYFe1YG3ZhZKl8leXD+TpGGhaQjr800vz7Y=";
  };

  nativeBuildInputs = [