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

lightspark: 0.8.4.1 -> 0.8.5
This commit is contained in:
Sandro 2021-07-05 18:19:46 +02:00 committed by GitHub
commit 061caa4e01
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.4.1";
version = "0.8.5";
src = fetchFromGitHub {
owner = "lightspark";
repo = "lightspark";
rev = version;
sha256 = "sha256-pIiv5wEDLvTHjlYSicXUTTI6pVAsO6FC39Gie9Z/hZ4=";
sha256 = "sha256-F+zCwKTPWkp+VWYvYN5+VbBJeQAwspKy7+Uv+ZstowA=";
};
postPatch = ''