spice: 0.15.2 -> 0.16.0

authored by R. Ryantm and committed by Weijia Wang d291fcc4 36e79295

+2 -6
+2 -6
pkgs/by-name/sp/spice/package.nix
··· 29 30 stdenv.mkDerivation rec { 31 pname = "spice"; 32 - version = "0.15.2"; 33 34 src = fetchurl { 35 url = "https://www.spice-space.org/download/releases/spice-server/${pname}-${version}.tar.bz2"; 36 - sha256 = "sha256-bZ62EX8DkXRxxLwQAEq+z/SKefuF64WhxF8CM3cBW4E="; 37 }; 38 39 patches = [ ··· 46 ninja 47 pkg-config 48 python3 49 - python3.pkgs.six 50 python3.pkgs.pyparsing 51 ]; 52 ··· 85 86 postPatch = '' 87 patchShebangs build-aux 88 - 89 - # Forgotten in 0.15.2 tarball 90 - sed -i /meson.add_dist_script/d meson.build 91 ''; 92 93 postInstall = ''
··· 29 30 stdenv.mkDerivation rec { 31 pname = "spice"; 32 + version = "0.16.0"; 33 34 src = fetchurl { 35 url = "https://www.spice-space.org/download/releases/spice-server/${pname}-${version}.tar.bz2"; 36 + sha256 = "sha256-Cm7JUo8FNxJhu7LUb/Nee1xF/4m7l1qZr5Wl8g/0cX0="; 37 }; 38 39 patches = [ ··· 46 ninja 47 pkg-config 48 python3 49 python3.pkgs.pyparsing 50 ]; 51 ··· 84 85 postPatch = '' 86 patchShebangs build-aux 87 ''; 88 89 postInstall = ''