1
1
Fork 0

walker: upgrade version

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-20 17:26:19 -06:00
parent d33828fd97
commit 7027aa1cc8
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
nix-vscode-extensions = flake "github:nix-community/nix-vscode-extensions" // unstable "nixpkgs";
nixd = flake "github:nix-community/nixd" // unstable "nixpkgs";
stylix-unstable = flake "github:danth/stylix" // unstable "nixpkgs";
walker = flake "github:abenz1267/walker?ref=v0.10.15" // unstable "nixpkgs";
walker = flake "github:abenz1267/walker?ref=v0.12.8" // unstable "nixpkgs";
### Branches
nixpkgs-dcsunset = flake "github:DCsunset/nixpkgs/update-freerdp3";

View file

@ -151,7 +151,7 @@
};
walker = {
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:abenz1267/walker?ref=v0.10.15";
url = "github:abenz1267/walker?ref=v0.12.8";
};
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;