drift: 0.6.1 -> 0.11.0 (#506393)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-03 21:19:07 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "drift";
version = "0.6.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "phlx0";
repo = "drift";
tag = "v${finalAttrs.version}";
hash = "sha256-CDQEeP/ZEr4rQcNjMMK692+45E8OCzkDp1JNlJVuokc=";
hash = "sha256-oSSuh4LNihLoy4qwMx97+oCuapp18d2GV52bq4yXcqE=";
};
vendorHash = "sha256-FsNa9qp2MnPk1onv/O13mFi+82yP7D4LdILZsNzHs+4=";