lightspark: 0.8.7 -> 0.9.0 (#382705)

Co-authored-by: jchv <jchv@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-17 05:17:51 +00:00 committed by GitHub
commit 557cff025b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "lightspark";
version = "0.8.7";
version = "0.9.0";
src = fetchFromGitHub {
owner = "lightspark";
repo = "lightspark";
rev = version;
hash = "sha256-qX/ft9slWTbvuSyi2jB6YC7D7QTtCybL/dTo1dJp3pQ=";
hash = "sha256-2+Kmwj2keCMR7UbKbY6UvrkX4CnW61elres8ltiZuUg=";
};
postPatch = ''