forked from mirrors/nixpkgs
Update pkgs/os-specific/linux/mbp-modules/mbp2018-bridge-drv/default.nix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
352372a89d
commit
2e6c793ff9
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "MCMrARM";
|
||||
repo = "mbp2018-bridge-drv";
|
||||
rev = "0.01";
|
||||
rev = "${version}";
|
||||
sha256 = "0ac2l51ybfrvg8m36x67rsvgjqs1vwp7c89ssvbjkrcq3y4qdb53";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue