undock: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2026-06-10 04:07:27 +00:00
parent 8350d22b81
commit 8d58182c10
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule (finalAttrs: {
pname = "undock";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "crazy-max";
repo = "undock";
tag = "v${finalAttrs.version}";
hash = "sha256-bddCRAphSn01kWHkE32/4I+EAMvcaEJ4VIbDG5ydE0Y=";
hash = "sha256-PA2v5k2EciNtcDhLNJCRstLWpuk1RfKOhc9oyYaNehc=";
};
vendorHash = null;