diff --git a/flake.lock b/flake.lock index dabd255..90f2c7e 100644 --- a/flake.lock +++ b/flake.lock @@ -35,11 +35,11 @@ "fish-plugin-fzf": { "flake": false, "locked": { - "lastModified": 1666470558, - "narHash": "sha256-HoEPqILGa3bPk1ZEvrTDGzNDp/8ir0hwwhhgbRxvOAI=", + "lastModified": 1666634183, + "narHash": "sha256-ZdHfIZNCtY36IppnufEIyHr+eqlvsIUOs0kY5I9Df6A=", "owner": "PatrickF1", "repo": "fzf.fish", - "rev": "f9f21442416760dfa66259517ccde19e4cbf5b20", + "rev": "096dc8fff16cfbf54333fb7a9910758e818e239d", "type": "github" }, "original": { @@ -72,11 +72,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1666558342, - "narHash": "sha256-qiH0Zgig28yaSyebehrrYiX1y53Y/xFcQW+EFMRSVI0=", + "lastModified": 1666649150, + "narHash": "sha256-kINnLxC0KFalUk4tVO/H5hUU7FVAOYYcUSWrsBpnl+I=", "owner": "nix-community", "repo": "home-manager", - "rev": "186d9399f9eb64fb06ea4385732c1cf1624ae2b6", + "rev": "7dc4e4ebd71280842b4d30975439980baaac9db8", "type": "github" }, "original": { @@ -87,11 +87,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1666570118, - "narHash": "sha256-MTXmIYowHM1wyIYyqPdBLia5SjGnxETv0YkIbDsbkx4=", + "lastModified": 1666722780, + "narHash": "sha256-UpGlFoJMbik+XItmPwoWFrQqOilMIclPrc7Iedt1YaM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1e684b371cf05300bc2b432f958f285855bac8fb", + "rev": "b2399a81902a5fa37f691a289fb2c33c1d64036c", "type": "github" }, "original": { diff --git a/programs/vscode/extensions.nix b/programs/vscode/extensions.nix index 21fba47..0eb260f 100644 --- a/programs/vscode/extensions.nix +++ b/programs/vscode/extensions.nix @@ -104,8 +104,8 @@ { name = "rust-analyzer"; publisher = "rust-lang"; - version = "0.4.1254"; - sha256 = "01j1kngbzqh907hmp3f5zhp8s4sl2bfdsrqihwc1sm86wl2zp6c8"; + version = "0.4.1260"; + sha256 = "0cv1hk14h5yw7zr0b60x5qsy622fd8fbgjarbkjr9sjw5bq2mj22"; } { name = "just"; @@ -122,8 +122,8 @@ { name = "shellcheck"; publisher = "timonwong"; - version = "0.26.0"; - sha256 = "1vff010dw85ln15bqp434nwg8b86q6apaihx7cnxbxxzap15kh4v"; + version = "0.26.1"; + sha256 = "1jbc08vwi7c8dz9rd09p01zy894i1xv7hmq6anbz1chpqbm1h62a"; } { name = "sort-lines";