flameshot: 0.8.5 -> 0.9.0

This commit is contained in:
R. RyanTM 2021-02-28 12:05:38 +00:00 committed by Matthieu Coudron
parent 8ad4084980
commit ed95819c9d

View file

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