mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: update starship hashes
This commit is contained in:
parent
747a3a348b
commit
4c4536268a
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
owner = "oddlama";
|
owner = "oddlama";
|
||||||
repo = "starship";
|
repo = "starship";
|
||||||
rev = "feat-more-dynamic-username-and-hostname";
|
rev = "feat-more-dynamic-username-and-hostname";
|
||||||
hash = "sha256-br1fpQPgclJcsm4INBZ+vk4/PtpnUCkWMHll0rjdGmQ=";
|
hash = "sha256-OFuTiIflGTpB8dRn1hj31/TyDAp8ZXX9CrznN3R1nU0=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.starship.overrideAttrs (_finalAttrs: previousAttrs: {
|
pkgs.starship.overrideAttrs (_finalAttrs: previousAttrs: {
|
||||||
inherit src;
|
inherit src;
|
||||||
cargoDeps = previousAttrs.cargoDeps.overrideAttrs (_: {
|
cargoDeps = previousAttrs.cargoDeps.overrideAttrs (_: {
|
||||||
inherit src;
|
inherit src;
|
||||||
outputHash = "sha256-L4N55ghbPsBrESRK0vHGDSDytFCnib7ghoMKnWFIZvw=";
|
outputHash = "sha256-oPjmUknQ9Z+0qxphOMuf2Zkg8ou0cbkKSl04IfQNxz8=";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue