Merge pull request #235061 from r-ryantm/auto-update/spice

spice: 0.15.1 -> 0.15.2
This commit is contained in:
Weijia Wang 2023-06-02 20:46:32 +02:00 committed by GitHub
commit 06e9be9b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "spice";
version = "0.15.1";
version = "0.15.2";
src = fetchurl {
url = "https://www.spice-space.org/download/releases/spice-server/${pname}-${version}.tar.bz2";
sha256 = "ramvZ6syGRa9frWePWGaSneWwIooxzLt/H8C/ICxo3o=";
sha256 = "sha256-bZ62EX8DkXRxxLwQAEq+z/SKefuF64WhxF8CM3cBW4E=";
};
patches = [
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs build-aux
# Forgotten in 0.15.1 tarball
# Forgotten in 0.15.2 tarball
sed -i /meson.add_dist_script/d meson.build
'';