Merge pull request #131536 from chuahou/update-flameshot

flameshot: 0.10.0 -> 0.10.1
(cherry picked from commit 8963fb9ff9dbde6422650fac475a3c653caba081)
This commit is contained in:
Sandro 2021-07-29 08:10:13 +00:00 committed by Chua Hou
parent ec25a3db05
commit e1fbb93088
No known key found for this signature in database
GPG Key ID: A7F9181F143648FD
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "flameshot";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "flameshot-org";
repo = "flameshot";
rev = "v${version}";
sha256 = "1m0mx8qhy9ycsqh5dj6c7mwwpbhqxlds31dqdxxk0krwl750smi2";
sha256 = "1ncknjayl6am740f49g0lc28z1zsifbicxz1j1kwps3ksj15nl7a";
};
nativeBuildInputs = [ cmake qttools qtsvg ];