tinymist: 0.13.18 -> 0.13.20 (#431242)

authored by

Gaétan Lepage and committed by
GitHub
b6e4440e 8d4fa332

+4 -4
+1 -1
pkgs/applications/editors/vscode/extensions/myriad-dreamin.tinymist/default.nix
··· 11 11 name = "tinymist"; 12 12 publisher = "myriad-dreamin"; 13 13 inherit (tinymist) version; 14 - hash = "sha256-v/85T/MIEVrbXDDgIa6cBXPjpMmxZFXDglUEZvyRZSc="; 14 + hash = "sha256-uHUnCg8hkJQI0QSZZ5Kbj/S7ktY9ANdQqHCvBB+p1EA="; 15 15 }; 16 16 17 17 nativeBuildInputs = [
+3 -3
pkgs/by-name/ti/tinymist/package.nix
··· 15 15 pname = "tinymist"; 16 16 # Please update the corresponding vscode extension when updating 17 17 # this derivation. 18 - version = "0.13.18"; 18 + version = "0.13.20"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "Myriad-Dreamin"; 22 22 repo = "tinymist"; 23 23 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-WMbXdNa5MoaWliIlonn4tL6Myyx2nSAjgyOb/wqR7PA="; 24 + hash = "sha256-XMOh7dYOyYPwzhf3+g2CeuZZ3nNr9ku3XO9V+WK0JHk="; 25 25 }; 26 26 27 - cargoHash = "sha256-fU4b99mvLc1SgN2DgHqW27Agocc9NH3wQBPVFkGU0HY="; 27 + cargoHash = "sha256-FRiN2xEI1JOXW4dFgCqvQ4aG1oAfQTPDFG0blkM35NQ="; 28 28 29 29 nativeBuildInputs = [ 30 30 installShellFiles