3
0
Fork 0
forked from mirrors/nixpkgs

lightspark: 0.8.6 -> 0.8.6.1

This commit is contained in:
R. Ryantm 2022-08-29 21:42:14 +00:00
parent 4f39ada71b
commit c2ca372b2d

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "lightspark";
version = "0.8.6";
version = "0.8.6.1";
src = fetchFromGitHub {
owner = "lightspark";
repo = "lightspark";
rev = version;
sha256 = "sha256-/Nd69YFctLDJ8SM9WvYp6okyPQd6+ob2mBN3sPg+7Ww=";
sha256 = "sha256-/w0cqPIeQC1Oz1teSjMpeiQEI6bIpnyOOu0GoGyi6Kg=";
};
postPatch = ''