kythe: 0.0.74 -> 0.0.75 (#499360)

This commit is contained in:
Marcin Serwin
2026-04-10 16:47:15 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "0.0.74";
version = "0.0.75";
pname = "kythe";
src = fetchurl {
url = "https://github.com/kythe/kythe/releases/download/v${finalAttrs.version}/kythe-v${finalAttrs.version}.tar.gz";
sha256 = "sha256-UqnG6BESNwQ7jQthJ2N/DrjSujp3bkdJsDbpEew1Kc4=";
sha256 = "sha256-ZFZh3kt32UeqAl8AYbvrwjhqRVWtgyI/3k+Vb4/jAGo=";
};
buildInputs = [ binutils ];