From 7da8f449f379c2148c75df6d0c42bdd8c52ada5e Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 17 Jun 2018 09:06:27 -0700 Subject: [PATCH] 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 --- pkgs/development/libraries/spice-protocol/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/spice-protocol/default.nix b/pkgs/development/libraries/spice-protocol/default.nix index 56adea9ca82..19b68a0c43d 100644 --- a/pkgs/development/libraries/spice-protocol/default.nix +++ b/pkgs/development/libraries/spice-protocol/default.nix @@ -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 = ''