Upgrade iTerm2 shell integration

(This additionally modifies its hash as well - whoops!)
This commit is contained in:
Spotlight 2024-05-21 20:42:27 -04:00
parent 6b1c74144f
commit cca0dd227f
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 8 deletions

12
flake.lock generated
View file

@ -72,11 +72,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1715901937, "lastModified": 1716329735,
"narHash": "sha256-eMyvWP56ZOdraC2IOvZo0/RTDcrrsqJ0oJWDC76JTak=", "narHash": "sha256-ap51w+VqG21vuzyQ04WrhI2YbWHd3UGz0e7dc/QQmoA=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "ffc01182f90118119930bdfc528c1ee9a39ecef8", "rev": "eac4f25028c1975a939c8f8fba95c12f8a25e01c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -87,11 +87,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715961556, "lastModified": 1716293225,
"narHash": "sha256-+NpbZRCRisUHKQJZF3CT+xn14ZZQO+KjxIIanH3Pvn4=", "narHash": "sha256-pU9ViBVE3XYb70xZx+jK6SEVphvt7xMTbm6yDIF4xPs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4a6b83b05df1a8bd7d99095ec4b4d271f2956b64", "rev": "3eaeaeb6b1e08a016380c279f8846e0bd8808916",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -6,8 +6,8 @@ let
iterm2_shell_integration = pkgs.fetchFromGitHub { iterm2_shell_integration = pkgs.fetchFromGitHub {
owner = "gnachman"; owner = "gnachman";
repo = "iTerm2-shell-integration"; repo = "iTerm2-shell-integration";
rev = "bb132d1c05c27b760357bcd47708b09888ab2f3e"; rev = "ba089f7b6718133e1cdf03404aea2150b52f6d33";
sha256 = "yhgowvJfxVdJE1yVYPWnJYvzhMsPc+HgkmDa++CcTDo="; sha256 = "sha256-uVptkYXipqpwSnKQ/rMT8al5isjXSRC9asYQTDGFwMY=";
}; };
in in
{ {