agate: 3.3.17 -> 3.3.18 (#431998)

authored by Nikolay Korotkiy and committed by GitHub a9a56ab2 55abd984

+3 -3
+3 -3
pkgs/by-name/ag/agate/package.nix
··· 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "agate"; 17 - version = "3.3.17"; 18 19 __darwinAllowLocalNetworking = true; 20 ··· 22 owner = "mbrubeck"; 23 repo = "agate"; 24 tag = "v${finalAttrs.version}"; 25 - hash = "sha256-zT56JGP2SfOqLL/sLxo3PHnbAvLI+lifmCvLdPwzCZM="; 26 }; 27 28 - cargoHash = "sha256-vemmO7xYf83rBNEvJKaq5CjobG1LUxt7M5zeQegTUmM="; 29 30 nativeBuildInputs = [ pkg-config ]; 31 buildInputs = [ openssl ];
··· 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 ];