tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
spice-gtk: update to 0.27
Luca Bruno
10 years ago
4736b3b1
68dc8092
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
spice-gtk
default.nix
+2
-2
pkgs/development/libraries/spice-gtk/default.nix
···
6
6
with stdenv.lib;
7
7
8
8
stdenv.mkDerivation rec {
9
9
-
name = "spice-gtk-0.25";
9
9
+
name = "spice-gtk-0.27";
10
10
11
11
src = fetchurl {
12
12
url = "http://www.spice-space.org/download/gtk/${name}.tar.bz2";
13
13
-
sha256 = "11yh593frbafp0ywkk7pfc2k17q1fwrl8zcjclph3xfr1alccc07";
13
13
+
sha256 = "0323j3q7gagi83fvxd7v9vdxqv2s3ziss44ici342hyv21qf0xah";
14
14
};
15
15
16
16
buildInputs = [