walker: upgrade version
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
d33828fd97
commit
7027aa1cc8
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue