kythe: 0.0.30 -> 0.0.74

This commit is contained in:
R. Ryantm
2025-11-07 13:54:36 +00:00
parent 42550fd820
commit e089e568e2
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenv.mkDerivation rec {
version = "0.0.30";
version = "0.0.74";
pname = "kythe";
src = fetchurl {
url = "https://github.com/kythe/kythe/releases/download/v${version}/${pname}-v${version}.tar.gz";
sha256 = "12bwhqkxfbkh3mm4wfvqflwhmbzpmlhlfykdpy6h7p9ih9ky8w6r";
sha256 = "sha256-UqnG6BESNwQ7jQthJ2N/DrjSujp3bkdJsDbpEew1Kc4=";
};
buildInputs = [ binutils ];