override.nix 239 B

123456789101112
  1. self: super: with self; rec {
  2. version = "20240722.0";
  3. src = fetchFromGitHub {
  4. owner = "abseil";
  5. repo = "abseil-cpp";
  6. rev = version;
  7. hash = "sha256-51jpDhdZ0n+KLmxh8KVaTz53pZAB0dHjmILFX+OLud4=";
  8. };
  9. patches = [];
  10. }