diff options
author | R. Ryantm | 2024-08-04 12:17:41 +0000 |
---|---|---|
committer | R. Ryantm | 2024-08-04 12:17:41 +0000 |
commit | 2bb681036a342b1cebfc1ec59bf70fbbc5de9f4b (patch) | |
tree | 676e6d7b1a5bcb30b2aaeb16359a56a57cb673ab | |
parent | 54770984fc5beee6841909583ac85bac50fc1bee (diff) |
asm-lsp: 0.7.3 -> 0.7.4
-rw-r--r-- | pkgs/by-name/as/asm-lsp/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/as/asm-lsp/package.nix b/pkgs/by-name/as/asm-lsp/package.nix index 24e561e132a7..0f5be37795a5 100644 --- a/pkgs/by-name/as/asm-lsp/package.nix +++ b/pkgs/by-name/as/asm-lsp/package.nix @@ -6,7 +6,7 @@ }: let pname = "asm-lsp"; - version = "0.7.3"; + version = "0.7.4"; in rustPlatform.buildRustPackage { inherit pname version; @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage { owner = "bergercookie"; repo = "asm-lsp"; rev = "v${version}"; - hash = "sha256-LWsawBh1czS7LUX70IXrJHUonIt2XEN8L26iP5cVyRk="; + hash = "sha256-tgwiCAlHuFdeMr1GA4vPg8i94zfRj+uyPMAXYh+Smo4="; }; nativeBuildInputs = [ @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage { openssl ]; - cargoHash = "sha256-pIjOelOQ5X8jl/ZtE8IzXPtcLmANDtWsJaNXno8CT6Y="; + cargoHash = "sha256-UBYD0rs7bEtVZatu/kRgyCwKHvcgYJWRgyfBi3ooPGQ="; # tests expect ~/.cache/asm-lsp to be writable preCheck = '' |