flameshot: 0.8.4 -> 0.8.5

This commit is contained in:
R. RyanTM 2020-11-01 09:39:21 +00:00
parent 05f6de94cf
commit d54027f95c

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "flameshot";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "flameshot-org";
repo = "flameshot";
rev = "v${version}";
sha256 = "0nr50ma8l612drl2br084kb3xac7jqkqr41b26d4p9y7ylwk05yq";
sha256 = "1z77igs60lz106vsf6wsayxjafxm3llf2lm4dpvsqyyrxybfq191";
};
nativeBuildInputs = [ cmake qttools qtsvg ];