umockdev: 0.17.9 -> 0.17.13

Fix compatibility with systemd 251.
Issue found during staging update https://github.com/NixOS/nixpkgs/pull/182386
in https://github.com/NixOS/nixpkgs/pull/179681#issuecomment-1193259960
Upstream fix https://github.com/martinpitt/umockdev/pull/181
landed in 0.17.10.
This commit is contained in:
Yuriy Taraday
2022-07-24 07:48:11 +00:00
parent 6629a2339e
commit f90ffb6712
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "umockdev";
version = "0.17.9";
version = "0.17.13";
outputs = [ "bin" "out" "dev" "devdoc" ];
src = fetchurl {
url = "https://github.com/martinpitt/umockdev/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-FEmWjJVmKKckC30zULGI/mZ3VNtirnweZq2gKh/Y5VE=";
sha256 = "sha256-bG6/bmIJtqSXRuDZGkSNAntUJxurgu1woTLs8pTKE88=";
};
patches = [