From d13b570e076aa548f7b569fcf9f7a012a21bf504 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 07:06:05 +0000 Subject: [PATCH 1/2] chore(deps): update dependency k1low/git-wt to v0.29.1 --- modules/git-wt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git-wt.nix b/modules/git-wt.nix index 547e677..1ecf6bb 100644 --- a/modules/git-wt.nix +++ b/modules/git-wt.nix @@ -1,7 +1,7 @@ { pkgs, ... }: let # renovate: datasource=github-releases depName=k1LoW/git-wt - version = "0.29.0"; + version = "0.29.1"; git-wt = pkgs.stdenv.mkDerivation { pname = "git-wt"; inherit version; From aad815706123d72d432361b3ae574a7bd17ab9d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Aug 2026 07:06:36 +0000 Subject: [PATCH 2/2] chore: update nix hashes for renovate bump --- modules/git-wt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git-wt.nix b/modules/git-wt.nix index 1ecf6bb..675a1a1 100644 --- a/modules/git-wt.nix +++ b/modules/git-wt.nix @@ -7,7 +7,7 @@ let inherit version; src = pkgs.fetchurl { url = "https://github.com/k1LoW/git-wt/releases/download/v${version}/git-wt_v${version}_linux_amd64.tar.gz"; - hash = "sha256-XQTInOEFpj7bOMicF4E7/JAtvCDKIPJ8RJSMv+awVfg="; + hash = "sha256-NxeOvHVlmKmyjnbvZeiTEial+vl4S3KxWWvbDnwVuyM="; }; dontUnpack = true; installPhase = ''