mod: updated fetcher and vendor hashes

This commit is contained in:
2026-09-06 14:58:27 -04:00
parent 479ef575d8
commit c59dc1252a
4 changed files with 13 additions and 11 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
final: prev: {
lazygitLatest = prev.lazygit.overrideAttrs (_: rec {
version = "0.64.1";
version = "0.65.0";
src = prev.fetchFromGitHub {
owner = "jesseduffield";
repo = "lazygit";
rev = "v${version}";
hash = "sha256-G7JulCK9WUVWbp1V7lYuM3fehCdn1cNAJHYjr3aKDvQ=";
hash = "sha256-W/Z/BnA5L8tXYrKn3bnekNnx7bEaaJRoHSGAeygcK0E=";
};
vendorHash = null;
@@ -15,4 +15,4 @@ final: prev: {
"-X main.buildSource=nix"
];
});
}
}