spice-protocol: 0.14.4 -> 0.14.5

This commit is contained in:
R. Ryantm 2025-05-01 00:41:56 +00:00
parent 547c144d7d
commit 5e9fbb5aa1

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "spice-protocol";
version = "0.14.4";
version = "0.14.5";
src = fetchurl {
url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.xz";
sha256 = "sha256-BP+6YQ2f1EHPxH36oTXXAJbmCxBG0hGdjbL46g0X2RI=";
sha256 = "sha256-uvWESfbonRn0dYma1fuRlv3EbAPMUyM/TjnPKXj5z/c=";
};
nativeBuildInputs = [