Unverified Commit 35193174 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

earthlyls: 0.5.3 -> 0.5.5 (#383246)

parents 2806e142 394c14c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 { };