kythe: 0.0.74 -> 0.0.75

This commit is contained in:
R. Ryantm
2026-03-12 19:44:49 +00:00
parent a6ef64ca72
commit 0d439672ee
+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 ];