agate: 3.3.18 → 3.3.19 (#446244)

authored by Nikolay Korotkiy and committed by GitHub 24a75e9c 65fe1d62

+3 -3
+3 -3
pkgs/by-name/ag/agate/package.nix
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "agate"; 17 - version = "3.3.18"; 18 19 __darwinAllowLocalNetworking = true; 20 ··· 22 owner = "mbrubeck"; 23 repo = "agate"; 24 tag = "v${finalAttrs.version}"; 25 - hash = "sha256-Q4+0haPvhUfIAmexYkxsKObQtounbybQG/36cJImL9A="; 26 }; 27 28 - cargoHash = "sha256-LdnLLCUFa8wpsA5Pi0HtiyLw5dkLLxtAoOnqSUx9HVI="; 29 30 nativeBuildInputs = [ pkg-config ]; 31 buildInputs = [ openssl ];
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "agate"; 17 + version = "3.3.19"; 18 19 __darwinAllowLocalNetworking = true; 20 ··· 22 owner = "mbrubeck"; 23 repo = "agate"; 24 tag = "v${finalAttrs.version}"; 25 + hash = "sha256-MPBjGtrQFM24ilBYJubfnfVHmTTIkNuWbfdbVYAXvtI="; 26 }; 27 28 + cargoHash = "sha256-8llvdpF8kQtLxsu5Ynn7Cw/LXXdE0N7ACVVeJtccwuQ="; 29 30 nativeBuildInputs = [ pkg-config ]; 31 buildInputs = [ openssl ];