Skip to content

Commit 3c55515

Browse files
committed
lightspark: 0.8.7 -> 0.9.0
1 parent 1a0f9b1 commit 3c55515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/lightspark/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
stdenv.mkDerivation rec {
2525
pname = "lightspark";
26-
version = "0.8.7";
26+
version = "0.9.0";
2727

2828
src = fetchFromGitHub {
2929
owner = "lightspark";
3030
repo = "lightspark";
3131
rev = version;
32-
hash = "sha256-qX/ft9slWTbvuSyi2jB6YC7D7QTtCybL/dTo1dJp3pQ=";
32+
hash = "sha256-2+Kmwj2keCMR7UbKbY6UvrkX4CnW61elres8ltiZuUg=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)