Merge pull request #187767 from r-ryantm/auto-update/lightspark

lightspark: 0.8.5 -> 0.8.6
This commit is contained in:
Stanisław Pitucha 2022-08-23 21:35:01 +10:00 committed by GitHub
commit 44c7a29aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "lightspark";
version = "0.8.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "lightspark";
repo = "lightspark";
rev = version;
sha256 = "sha256-F+zCwKTPWkp+VWYvYN5+VbBJeQAwspKy7+Uv+ZstowA=";
sha256 = "sha256-/Nd69YFctLDJ8SM9WvYp6okyPQd6+ob2mBN3sPg+7Ww=";
};
postPatch = ''