clorinde: 1.1.0 -> 1.1.1

Changelog: https://github.com/halcyonnouveau/clorinde/blob/clorinde-v1.1.1/CHANGELOG.md
Diff: https://github.com/halcyonnouveau/clorinde/compare/clorinde-v1.1.0...clorinde-v1.1.1

Defelo 3e4e2d36 e014ea30

+3 -3
+3 -3
pkgs/by-name/cl/clorinde/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage (finalAttrs: { 10 10 pname = "clorinde"; 11 - version = "1.1.0"; 11 + version = "1.1.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "halcyonnouveau"; 15 15 repo = "clorinde"; 16 16 tag = "clorinde-v${finalAttrs.version}"; 17 - hash = "sha256-AVDlOMdtzWxd+eZmlSOyZ6lqLXG6qFrYFRUREWyMBIQ="; 17 + hash = "sha256-a44y0cVmpQf3AmN4DXR50pFhUrWlANN9X0v0zQttT7M="; 18 18 }; 19 19 20 - cargoHash = "sha256-3GANdfN3phymRucVx2sFKiP/6I9aKbP2IF1faj7B068="; 20 + cargoHash = "sha256-YSyHp3JwsLO7yrLko5NE2lb6ozy8Ah9i2Rz3854ujh0="; 21 21 22 22 cargoBuildFlags = [ "--package=clorinde" ]; 23 23