photoflare: 1.6.7 -> 1.6.7.1

This commit is contained in:
R. RyanTM 2021-03-27 18:26:55 +00:00
parent d3ebe83408
commit 3725e9cee3

View file

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