impl: 1.4.0 -> 1.5.0

This commit is contained in:
Dan Xin
2026-02-08 16:24:41 +08:00
parent 693e12715a
commit a7a4bda278
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "impl";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "josharian";
repo = "impl";
rev = "v${finalAttrs.version}";
hash = "sha256-0TSyg7YEPur+h0tkDxI3twr2PzT7tmo3shKgmSSJ6qk=";
hash = "sha256-E+QnG0rmr+xartUe3y7RLzOIRapphiB3cUijZER0zDs=";
};
vendorHash = "sha256-vTqDoM/LK5SHkayLKYig+tCrXLelOoILmQGCxlTWHog=";