clorinde: 0.14.3 -> 0.14.4 (#399335)

authored by Sandro and committed by GitHub b48db2e7 b2f0ccb5

+3 -3
+3 -3
pkgs/by-name/cl/clorinde/package.nix
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "clorinde"; 11 - version = "0.14.3"; 12 13 src = fetchFromGitHub { 14 owner = "halcyonnouveau"; 15 repo = "clorinde"; 16 tag = "clorinde-v${finalAttrs.version}"; 17 - hash = "sha256-dMTYYvxqy3ev6TSOyOer23twmtT7g7ZOh2vFD67wy9c="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-lJqg20NVZHTOsQplg6vsB4pa2ltsFBFBs//YkOkfBm4="; 22 23 cargoBuildFlags = [ "--package=clorinde" ]; 24
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "clorinde"; 11 + version = "0.14.4"; 12 13 src = fetchFromGitHub { 14 owner = "halcyonnouveau"; 15 repo = "clorinde"; 16 tag = "clorinde-v${finalAttrs.version}"; 17 + hash = "sha256-ZCD8unHHA1yFKlmAaQw9zlJWAecu+j3/fwlp/ro2IFc="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-V69c/Ks9qNmwqH4IV0uNDRc2eH7HMHpupE3liZofJhA="; 22 23 cargoBuildFlags = [ "--package=clorinde" ]; 24