ferron: 1.3.4 -> 1.3.5

Release: https://github.com/ferronweb/ferron/releases/tag/1.3.5
Changes: https://github.com/ferronweb/ferron/compare/1.3.4...1.3.5

0x4A6F 784ff588 3137b711

+7 -4
+7 -4
pkgs/by-name/fe/ferron/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage (finalAttrs: { 12 12 pname = "ferron"; 13 - version = "1.3.4"; 13 + version = "1.3.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "ferronweb"; 17 17 repo = "ferron"; 18 18 tag = finalAttrs.version; 19 - hash = "sha256-kERR2wEKMjOIjcEYKzCyUFkEeOxDP4ypfs69kPWxQ9Y="; 19 + hash = "sha256-bBIhLkh9UV2MJKovQaFk3cC1rYafiyxknRlKWVQ5gwY="; 20 20 }; 21 21 22 - cargoHash = "sha256-+UJ+wF/U2T315E1T1QhG1cCV3DJ/tIXZ8O09pyrXRIU="; 22 + cargoHash = "sha256-xsJJglSq8hpWWi0zknPL03nle99GxznPI3HON2o8zco="; 23 23 24 24 nativeBuildInputs = [ 25 25 pkg-config ··· 48 48 homepage = "https://github.com/ferronweb/ferron"; 49 49 changelog = "https://github.com/ferronweb/ferron/releases/tag/${finalAttrs.version}"; 50 50 license = lib.licenses.mit; 51 - maintainers = with lib.maintainers; [ GaetanLepage ]; 51 + maintainers = with lib.maintainers; [ 52 + _0x4A6F 53 + GaetanLepage 54 + ]; 52 55 mainProgram = "ferron"; 53 56 }; 54 57 })