summary refs log tree commit diff
path: root/pkgs/development/libraries/spice-protocol
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-17 09:06:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-17 18:06:27 +0200
commit7da8f449f379c2148c75df6d0c42bdd8c52ada5e (patch)
tree205450e52a75b204bb4773fd0df6e28529c69eb4 /pkgs/development/libraries/spice-protocol
parent0dbfa47ed12f42c78a3ea86aaebd2db243fa8384 (diff)
downloadnixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.tar
nixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.tar.gz
nixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.tar.bz2
nixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.tar.lz
nixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.tar.xz
nixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.tar.zst
nixpkgs-7da8f449f379c2148c75df6d0c42bdd8c52ada5e.zip
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
Diffstat (limited to 'pkgs/development/libraries/spice-protocol')
-rw-r--r--pkgs/development/libraries/spice-protocol/default.nix4
1 files 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 = ''