blob: 48e4443dd67b20ae8c4000e233e5e54c0c281b30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
self: super: with self; rec {
version = "20240722.0";
src = fetchFromGitHub {
owner = "abseil";
repo = "abseil-cpp";
rev = version;
hash = "sha256-51jpDhdZ0n+KLmxh8KVaTz53pZAB0dHjmILFX+OLud4=";
};
patches = [];
}
|