matrix-conduit: 0.10.8 -> 0.10.9

R. Ryantm 2f4ec380 c4346981

+3 -3
+3 -3
pkgs/by-name/ma/matrix-conduit/package.nix
··· 12 13 rustPlatform.buildRustPackage (finalAttrs: { 14 pname = "matrix-conduit"; 15 - version = "0.10.8"; 16 17 src = fetchFromGitLab { 18 owner = "famedly"; 19 repo = "conduit"; 20 tag = "v${finalAttrs.version}"; 21 - hash = "sha256-wSh1RPJt0gXp1U4aCBUASSVmvmroTPyhxpH1Exik4ds="; 22 }; 23 24 - cargoHash = "sha256-3wQGKeLfBeASj82xqAXRhcuESX3CEgkf9P4K/AvquvQ="; 25 26 # Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite. 27 preBuild = ''
··· 12 13 rustPlatform.buildRustPackage (finalAttrs: { 14 pname = "matrix-conduit"; 15 + version = "0.10.9"; 16 17 src = fetchFromGitLab { 18 owner = "famedly"; 19 repo = "conduit"; 20 tag = "v${finalAttrs.version}"; 21 + hash = "sha256-rJyuR8Ie/JiNKNjQL21+Q1PWliEAm+lwGraGeDxEHyY="; 22 }; 23 24 + cargoHash = "sha256-4ZA+3f8Kt+1JAm9KXnMRxAF+X9z8HSJoJe6Ny63SlnA="; 25 26 # Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite. 27 preBuild = ''