undock: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2025-12-30 18:44:30 +00:00
parent cad22e7d99
commit c048de4f6c
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule (finalAttrs: {
pname = "undock";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "crazy-max";
repo = "undock";
tag = "v${finalAttrs.version}";
hash = "sha256-p4x8SCYLErcu0ACbWUTjZVlzF+QEoC6xS7rpsOno/yw=";
hash = "sha256-sFH6+2Ncg8B+Vxs2IyRurwJdzKiKRwmQKIoxjKY8+JE=";
};
vendorHash = null;