mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
spice-protocol: 0.12.7 -> 0.12.8
This commit is contained in:
parent
2d5dd06fbb
commit
3fa5a3d544
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "spice-protocol-0.12.7";
|
||||
name = "spice-protocol-0.12.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
|
||||
sha256 = "1hhn94bw2l76h09sy05a15bs6zalsijnylyqpwcys5hq6rrwpiln";
|
||||
sha256 = "0z76m98g31969b47bak68pxs8s0m9kxxyy8mh3vzh21wi6hmfv8i";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue