md-tui: 0.9.0 -> 0.9.1

Diff: https://github.com/henriklovhaug/md-tui/compare/v0.9.0...v0.9.1

Changelog: https://github.com/henriklovhaug/md-tui/blob/refs/tags/v0.9.1/CHANGELOG.md

+3 -3
+3 -3
pkgs/by-name/md/md-tui/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "md-tui"; 11 - version = "0.9.0"; 11 + version = "0.9.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "henriklovhaug"; 15 15 repo = "md-tui"; 16 16 tag = "v${version}"; 17 - hash = "sha256-K+s4p0d4b3c8Xqw8RGaEZb62zsbKo84J0yXM4j+n95I="; 17 + hash = "sha256-pOo+gifWomZh3hTfqaIRMPEPR5TPinzl8NgYcCit7t4="; 18 18 }; 19 19 20 - cargoHash = "sha256-AgWOjsa6n4kaXjQSCqW4lYqhhMqvdemEFlCJp99KiUg="; 20 + cargoHash = "sha256-07U69UdiAqdIv5JVfvbLNfQD/SfPfaiYZsMr6y/r8UY="; 21 21 22 22 nativeBuildInputs = [ pkg-config ]; 23 23