Unverified Commit f7dd17f0 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

spice-vdagent: 0.22.1 -> 0.23.0 (#445532)

parents 25ff5da7 1491cf86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@
}:
stdenv.mkDerivation rec {
  pname = "spice-vdagent";
  version = "0.22.1";
  version = "0.23.0";
  src = fetchurl {
    url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.bz2";
    hash = "sha256-k7DRWspHYsx9N5sXmnEBFJ267WK3IRL/+ys+kLEWh6A=";
    hash = "sha256-Y+D5vVWXxGOKz9bxDXojVPWZvZ31sx5EMnDKzwfhakA=";
  };

  postPatch = ''