der-ascii: 0.7.0 -> 0.8.0 (#523848)

This commit is contained in:
Nick Cao
2026-05-26 19:24:06 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "der-ascii";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "google";
repo = "der-ascii";
rev = "v${finalAttrs.version}";
sha256 = "sha256-i4rNeNDE7bIsO04haMKsbJmyvQRhhEt3I7UxmfTtL78=";
sha256 = "sha256-/9Go4fAwXmA3SLl0bP7aLy6fEItPZoscQ4pdA2GZuyM=";
};
vendorHash = null;