photoflare: 1.6.6 -> 1.6.7

This commit is contained in:
R. RyanTM 2021-03-12 12:36:06 +00:00 committed by tomberek
parent 2b5ea1f2cd
commit 420c7f1e8c

View File

@ -3,13 +3,13 @@
mkDerivation rec { mkDerivation rec {
pname = "photoflare"; pname = "photoflare";
version = "1.6.6"; version = "1.6.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PhotoFlare"; owner = "PhotoFlare";
repo = "photoflare"; repo = "photoflare";
rev = "v${version}"; rev = "v${version}";
sha256 = "07lrlxagv1bljj607s8m0zsbzx9jrvi18bnxahnm7r4i5car5x2d"; sha256 = "sha256-Gx3YP29NrNHp0p05a1O4Xb9kqkA6pQLTJZ3/wOx+BWY=";
}; };
nativeBuildInputs = [ qmake qttools ]; nativeBuildInputs = [ qmake qttools ];