Skip to content

Commit e5a00b6

Browse files
authored
pls: 0.0.1-beta.8 -> 0.0.1-beta.9 (NixOS#347277)
2 parents 33cf307 + 9f11f7e commit e5a00b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/pl/pls/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "pls";
9-
version = "0.0.1-beta.8";
9+
version = "0.0.1-beta.9";
1010

1111
src = fetchFromGitHub {
1212
owner = "pls-rs";
1313
repo = "pls";
14-
rev = "v${version}";
15-
hash = "sha256-gJufm2krZSTdBbbfZ+355M9e3MJQbDEpSPf0EbZEayQ=";
14+
tag = "v${version}";
15+
hash = "sha256-ofwdhGpqYlADDY2BLe0SkoHWqSeRNtQaXK61zWVFXzw=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-q6tLSq9MkWOT+XUmtv123C9VwncJ7ljTnaGEZOZqLjk=";
19+
cargoHash = "sha256-P+4jRuakDUPaICJPsNJ6nXfhm09K/GC/VA9bsTXIMvc=";
2020

2121
meta = {
22-
changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}";
22+
changelog = "https://github.com/pls-rs/pls/releases/tag/${src.tag}";
2323
description = "Prettier and powerful ls";
2424
homepage = "http://pls.cli.rs";
2525
license = lib.licenses.gpl3Plus;

0 commit comments

Comments
 (0)