3
0
Fork 0
forked from mirrors/nixpkgs

callaudiod: 0.1.7 -> 0.1.9

This commit is contained in:
R. Ryantm 2023-05-19 13:34:13 +00:00
parent a99b0835cb
commit df8b05e0ba

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;