ferron: 1.3.1 -> 1.3.3 (#419660)

authored by Gaétan Lepage and committed by GitHub acb5a887 8a152de8

+3 -3
+3 -3
pkgs/by-name/fe/ferron/package.nix
··· 10 11 rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "ferron"; 13 - version = "1.3.1"; 14 15 src = fetchFromGitHub { 16 owner = "ferronweb"; 17 repo = "ferron"; 18 tag = finalAttrs.version; 19 - hash = "sha256-DD9mv2tMGLtnBU1YAb/CDTt+OcDVRzEfW3kUmePT+y4="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-ezH8Oraog7XmD4zcrT5eiqS4zQ54m0SXNWlBRx0mJgo="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 10 11 rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "ferron"; 13 + version = "1.3.3"; 14 15 src = fetchFromGitHub { 16 owner = "ferronweb"; 17 repo = "ferron"; 18 tag = finalAttrs.version; 19 + hash = "sha256-pJ3UGiQUIon1RTZqw0Y4b/FC+0aAxHSwmXRApWsNhP4="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-9ZJYf7tcsdBhE82MSmLi2deSM+l1mjfwSIHLTDan5Hg="; 24 25 nativeBuildInputs = [ 26 pkg-config