3
0
Fork 0
forked from mirrors/nixpkgs

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

droidcam: 1.8.1 -> 1.8.2
This commit is contained in:
Pascal Bach 2022-02-14 22:47:26 +01:00 committed by GitHub
commit 0ab2801934
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.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "aramg";
repo = "droidcam";
rev = "v${version}";
sha256 = "sha256-3iA7GDTiCx5vHawj8ZBFAK0BIfmxEFuQrVfL7Gi6FhM=";
sha256 = "sha256-AxJBpoiBnb+5Pq/h4giOYAeLlvOtAJT5sCwzPEKo7w4=";
};
nativeBuildInputs = [