mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Pin htop patch revision
This commit is contained in:
parent
93d081c3bc
commit
7f2331bb02
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ in
|
||||||
htop = nixpkgs.htop.overrideAttrs (old: {
|
htop = nixpkgs.htop.overrideAttrs (old: {
|
||||||
patches = [
|
patches = [
|
||||||
(super.fetchpatch {
|
(super.fetchpatch {
|
||||||
url = "https://raw.githubusercontent.com/termux/termux-packages/master/packages/htop/fix-missing-macros.patch";
|
url = "https://raw.githubusercontent.com/termux/termux-packages/04aea16b13a246c478d28b8cc8c552a052f225ea/packages/htop/fix-missing-macros.patch";
|
||||||
sha256 = "1cljkjagp66xxcjb6y1m9k4v994slfkd0s6fijh02l3rp8ycvjnv";
|
sha256 = "1cljkjagp66xxcjb6y1m9k4v994slfkd0s6fijh02l3rp8ycvjnv";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue