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

callaudiod: 0.1.0 -> 0.1.1
This commit is contained in:
Ryan Mulligan 2021-12-11 18:22:12 -08:00 committed by GitHub
commit 7a125871ea
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.0";
version = "0.1.1";
src = fetchFromGitLab {
domain = "gitlab.com";
owner = "mobian1";
repo = pname;
rev = version;
sha256 = "087589z45xvldn2m1g79y0xbwzylwkjmfk83s5xjixyq0wqmfppd";
sha256 = "sha256-VASBYx/SZo2GJ8znthFIdjtZKbYVssWO1xhYcZMz9hI=";
};
strictDeps = true;