spice-protocol: 0.12.13 -> 0.12.14 (#41962)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/spice-protocol/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.12.14 with grep in /nix/store/c8d98iaj9smm6k0fkcjnz8x9byb6vb1x-spice-protocol-0.12.14
- directory tree listing: https://gist.github.com/4927fbed4bca5bd3e211633f48595e5f
- du listing: https://gist.github.com/67d9c9cad3d1803064b71e56d68c8a26
This commit is contained in:
R. RyanTM 2018-06-17 09:06:27 -07:00 committed by xeji
parent 0dbfa47ed1
commit 7da8f449f3

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "spice-protocol-0.12.13";
name = "spice-protocol-0.12.14";
src = fetchurl {
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
sha256 = "0cwrgkp558mblcf4vrhacb3iizz12khsrrl82w38w9nj0ar13vl9";
sha256 = "170ckpgazvqv7hxy209myg67pqnd6c0gvr4ysbqgsfch6320nd90";
};
postInstall = ''