Merge pull request #132033 from r-ryantm/auto-update/droidcam

droidcam: 1.7.3 -> 1.8.0
This commit is contained in:
Ben Siraphob 2021-07-31 23:47:30 +07:00 committed by GitHub
commit f9d5cd1925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "droidcam";
version = "1.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "aramg";
repo = "droidcam";
rev = "v${version}";
sha256 = "sha256-Ok8FJweSzmewjYzfBJQ28xGHKK/Y32ng1hOCPVwc8eU=";
sha256 = "sha256-A8FHTAeDFaSDp5Bnfv5NmCC7xIFAw3IcHSD4hZp4vwU=";
};
nativeBuildInputs = [