earthlyls: 0.5.3 -> 0.5.5 (#383246)

This commit is contained in:
Nick Cao
2025-02-19 14:46:11 -05:00
committed by GitHub

View File

@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "earthlyls";
version = "0.5.3";
version = "0.5.5";
src = fetchFromGitHub {
owner = "glehmann";
repo = "earthlyls";
rev = version;
hash = "sha256-wn+6Aa4xTC5o4S+N7snB/vlyw0i23XkmaXUmrhfXuaA=";
hash = "sha256-GnFzfCjT4kjb9WViKIFDkIU7zVpiI6HDuUeddgHGQuc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Xc1m5WpZEKBP8fGtrQmwHFdqxdQ6wZzgSihSmXnLOhE=";
cargoHash = "sha256-sWbYN92Jfr/Pr3qoHWkew/ASIdq8DQg0WHpdyklGBLo=";
passthru = {
updateScript = nix-update-script { };