miniserve: 0.29.0 -> 0.31.0 (#424953)

authored by Felix Bargfeldt and committed by GitHub d0591d77 f35e978f

+3 -3
+3 -3
pkgs/by-name/mi/miniserve/package.nix
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "miniserve"; 17 - version = "0.29.0"; 18 19 src = fetchFromGitHub { 20 owner = "svenstaro"; 21 repo = "miniserve"; 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-HHTNBqMYf7WrqJl5adPmH87xfrzV4TKJckpwTPiiw7w="; 24 }; 25 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-Rjql9cyw7RS66HE50iUrjNvS5JRhR1HBaalOY9eDGH4="; 28 29 nativeBuildInputs = [ 30 pkg-config
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "miniserve"; 17 + version = "0.31.0"; 18 19 src = fetchFromGitHub { 20 owner = "svenstaro"; 21 repo = "miniserve"; 22 tag = "v${finalAttrs.version}"; 23 + hash = "sha256-sSCS5jHhu0PBF/R3YqbR9krZghNNa2cPkLkK8kvWWd4="; 24 }; 25 26 useFetchCargoVendor = true; 27 + cargoHash = "sha256-Gb1k4sd2/OV1GskFZBn7EapZTlhb9LK19lJHVP7uCK0="; 28 29 nativeBuildInputs = [ 30 pkg-config