override.nix 231 B

123456789101112
  1. self: super: with self; rec {
  2. version = "1.10.0";
  3. src = fetchFromGitHub {
  4. owner = "lz4";
  5. repo = "lz4";
  6. rev = "v${version}";
  7. hash = "sha256-/dG1n59SKBaEBg72pAWltAtVmJ2cXxlFFhP+klrkTos=";
  8. };
  9. patches = [];
  10. }