Skip to content

Instantly share code, notes, and snippets.

@Steell
Created May 21, 2018 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Steell/4016f6df7036c903777cb155ac271062 to your computer and use it in GitHub Desktop.
Save Steell/4016f6df7036c903777cb155ac271062 to your computer and use it in GitHub Desktop.
open-zwave src override
let
pkgs = import <nixpkgs> {};
gitHub = pkgs.fetchFromGitHub;
in
with pkgs;
openzwave.overrideAttrs (oldAttrs: {
src = gitHub {
owner = "Steell";
repo = "open-zwave";
rev = "fbcd7455b2403b422094c1d597f331375ee2fa56";
sha256 = "0zzihd4ggh8l5hqql0g74mf0y7ndrmnvn5iv7mxhlzlcvg01zdl0";
};
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment