Merge pull request #232838 from r-ryantm/auto-update/callaudiod

callaudiod: 0.1.7 -> 0.1.9
This commit is contained in:
Weijia Wang 2023-05-20 00:39:03 +03:00 committed by GitHub
commit 1b6e1e610c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "callaudiod";
version = "0.1.7";
version = "0.1.9";
src = fetchFromGitLab {
domain = "gitlab.com";
owner = "mobian1";
repo = pname;
rev = version;
sha256 = "sha256-BDEu3ASlnovMK0lQC+CQvpXvtdt33BRntstPAWaAnsg=";
sha256 = "sha256-OuWn1DA+4LmN1KwouiqW3kn6CMg8jhm0FiyAgMSi1GI=";
};
strictDeps = true;