update powerline-go backport

This commit is contained in:
Sean Buckley 2021-02-02 11:27:12 -05:00
parent 4e6575e413
commit aff831747c

View file

@ -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";
})
{ };
})