tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
spice-protocol: 0.14.0 -> 0.14.1
R. RyanTM
5 years ago
aa618bbf
8d72e6bd
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
spice-protocol
default.nix
+3
-3
pkgs/development/libraries/spice-protocol/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "spice-protocol";
5
5
-
version = "0.14.0";
5
5
+
version = "0.14.1";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.bz2";
9
9
-
sha256 = "1b3f44c13pqsp7aabmcinfbmgl79038bp5548l5pjs16lcfam95n";
9
9
+
sha256 = "0ahk5hlanwhbc64r80xmchdav3ls156cvh9l68a0l22bhdhxmrkr";
10
10
};
11
11
12
12
postInstall = ''
···
16
16
17
17
meta = with stdenv.lib; {
18
18
description = "Protocol headers for the SPICE protocol";
19
19
-
homepage = https://www.spice-space.org/;
19
19
+
homepage = "https://www.spice-space.org/";
20
20
license = licenses.bsd3;
21
21
maintainers = with maintainers; [ bluescreen303 ];
22
22
platforms = platforms.linux;