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

callaudiod: 0.1.1 -> 0.1.3
This commit is contained in:
Ryan Mulligan 2022-02-12 21:06:49 -08:00 committed by GitHub
commit 66aafec276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "callaudiod"; pname = "callaudiod";
version = "0.1.1"; version = "0.1.3";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.com"; domain = "gitlab.com";
owner = "mobian1"; owner = "mobian1";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-VASBYx/SZo2GJ8znthFIdjtZKbYVssWO1xhYcZMz9hI="; sha256 = "sha256-WZ23jacCsZiNeMJfnYMaGdHXY9OCIBbeU9dWGDroaHE=";
}; };
strictDeps = true; strictDeps = true;