Merge pull request #145834 from r-ryantm/auto-update/flameshot

flameshot: 0.10.1 -> 0.10.2
This commit is contained in:
Jörg Thalheim 2021-11-14 11:55:14 +00:00 committed by GitHub
commit 161f6ec9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
mkDerivation rec {
pname = "flameshot";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "flameshot-org";
repo = "flameshot";
rev = "v${version}";
sha256 = "1ncknjayl6am740f49g0lc28z1zsifbicxz1j1kwps3ksj15nl7a";
sha256 = "sha256-rZUiaS32C77tFJmEkw/9MGbVTVscb6LOCyWaWO5FyR4=";
};
patches = [