Commit 350a9e2d authored by R. RyanTM's avatar R. RyanTM
Browse files

photoqt: 4.8 -> 4.8.1

parent 51c388cd
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 = [