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

flameshot: 12.0.0 -> 12.1.0
This commit is contained in:
superherointj 2022-07-04 11:40:08 -03:00 committed by GitHub
commit 58cd7ea287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "flameshot";
version = "12.0.0";
version = "12.1.0";
src = fetchFromGitHub {
owner = "flameshot-org";
repo = "flameshot";
rev = "v${version}";
sha256 = "sha256-ByW+XYTaeBTTbOaxNeF367nqgnBM+EC8jm+PmwHcVGQ=";
sha256 = "sha256-omyMN8d+g1uYsEw41KmpJCwOmVWLokEfbW19vIvG79w=";
};
passthru = {