spice-protocol: 0.14.0 -> 0.14.1

This commit is contained in:
R. RyanTM 2020-03-09 22:44:06 +00:00
parent 8d72e6bd5f
commit aa618bbf79

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "spice-protocol"; pname = "spice-protocol";
version = "0.14.0"; version = "0.14.1";
src = fetchurl { src = fetchurl {
url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.bz2"; url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.bz2";
sha256 = "1b3f44c13pqsp7aabmcinfbmgl79038bp5548l5pjs16lcfam95n"; sha256 = "0ahk5hlanwhbc64r80xmchdav3ls156cvh9l68a0l22bhdhxmrkr";
}; };
postInstall = '' postInstall = ''
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Protocol headers for the SPICE protocol"; description = "Protocol headers for the SPICE protocol";
homepage = https://www.spice-space.org/; homepage = "https://www.spice-space.org/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ bluescreen303 ]; maintainers = with maintainers; [ bluescreen303 ];
platforms = platforms.linux; platforms = platforms.linux;