mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update powerline-go backport
This commit is contained in:
parent
4e6575e413
commit
aff831747c
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
(self: super: {
|
||||
powerline-go = super.callPackage
|
||||
(super.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixpkgs/31106c85cb1dc50755f9dd41244575332b6b64c2/pkgs/tools/misc/powerline-go/default.nix";
|
||||
sha256 = "1ikm7s0g00bkfagc5f2fwlgc050cb6p4pprdg3f6s8j4ri927970";
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixpkgs/65211f5afcc3637c55423b327157a5eae05dff67/pkgs/tools/misc/powerline-go/default.nix";
|
||||
sha256 = "79a60a12da011ed12dc46aabd0b43e928604759b6e7d1e0b0fd7afc3cedfd4ad";
|
||||
})
|
||||
{ };
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue