Skip to content

Commit

Permalink
Merge pull request #71783 from colemickens/nixpkgs-v4l2
Browse files Browse the repository at this point in the history
v4l2loopback: 0.12.0 -> 0.12.2
  • Loading branch information
grahamc committed Oct 24, 2019
2 parents 6455c0d + cb04c66 commit 905e601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/v4l2loopback/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "v4l2loopback-${version}-${kernel.version}";
version = "0.12.0";
version = "0.12.2";

src = fetchFromGitHub {
owner = "umlaeute";
repo = "v4l2loopback";
rev = "v${version}";
sha256 = "1rf8dvabksxb2sj14j32h7n7pw7byqfnpqs4m4afj3398y9y23c4";
sha256 = "1bcypfz5nlfmdm2a00yl7rgl0jh0g2nmwndxlsrblqclznhjilg2";
};

hardeningDisable = [ "format" "pic" ];
Expand Down

0 comments on commit 905e601

Please sign in to comment.