lightspark: 0.8.7 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-02-17 00:57:10 +00:00
parent 1a0f9b1f7c
commit 3c55515b31

View File

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