cdemu-daemon: 3.2.6 -> 3.2.7

This commit is contained in:
Herwig Hochleitner 2024-09-18 14:00:01 -07:00 committed by Robert Schütz
parent 4983e987c0
commit c8d155a277

View File

@ -2,9 +2,9 @@
stdenv.mkDerivation {
inherit (callPackage ./common-drv-attrs.nix {
version = "3.2.6";
version = "3.2.7";
pname = "cdemu-daemon";
hash = "sha256-puQE4+91xhRuNjVPZYgN/WO0uO8fVAOdxQWOGQ+FfY8=";
hash = "sha256-EKh2G6RA9Yq46BpTAqN2s6TpLJb8gwDuEpGiwdGcelc=";
}) pname version src meta;
nativeBuildInputs = [ cmake pkg-config intltool ];