git-worktree-switcher: 0.2.4 -> 0.2.6

This commit is contained in:
Mateus Auler
2025-09-28 20:41:30 -03:00
parent 65e245e5fa
commit f16c774df1

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "git-worktree-switcher";
version = "0.2.4";
version = "0.2.6";
src = fetchFromGitHub {
owner = "mateusauler";
repo = "git-worktree-switcher";
tag = "${finalAttrs.version}-fork";
hash = "sha256-N+bDsLEUM6FWhyliUav2n5hwMa5EEuVPoIK+Cja0DxA=";
hash = "sha256-vPnAXiizCU5nXce+aE2x2G5ei+7A+eBTUpxcGleSSa8=";
};
buildInputs = [