flameshot: 0.8.5 -> 0.9.0

This commit is contained in:
R. RyanTM
2021-02-28 20:34:27 +01:00
committed by Matthieu Coudron
parent 8ad4084980
commit ed95819c9d
+2 -2
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 ];