File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77rustPlatform . 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 ;
You can’t perform that action at this time.
0 commit comments