envoy: 1.34.0 -> 1.34.2 (#423998)

authored by Luke Granger-Brown and committed by GitHub b6a128b0 0f8bad97

+5 -5
+5 -5
pkgs/by-name/en/envoy/package.nix
··· 34 # However, the version string is more useful for end-users. 35 # These are contained in a attrset of their own to make it obvious that 36 # people should update both. 37 - version = "1.34.0"; 38 - rev = "d7809ba2b07fd869d49bfb122b27f6a7977b4d94"; 39 - hash = "sha256-SKdUrBXe0E3fMo73NROFO9Ck5FZidF/awP+QRA5t3VM="; 40 }; 41 42 # these need to be updated for any changes to fetchAttrs 43 depsHash = 44 { 45 - x86_64-linux = "sha256-CiP9qH8/+nNZM8BNz84eVwWphVyDNo2KOYcK0wOsXn0="; 46 - aarch64-linux = "sha256-9HGg68R546JY1EOm22tg9CuPt0nU+FooFcLG9A2hkzE="; 47 } 48 .${stdenv.system} or (throw "unsupported system ${stdenv.system}"); 49
··· 34 # However, the version string is more useful for end-users. 35 # These are contained in a attrset of their own to make it obvious that 36 # people should update both. 37 + version = "1.34.2"; 38 + rev = "c657e59fac461e406c8fdbe57ced833ddc236ee1"; 39 + hash = "sha256-f9JsgHEyOg1ZoEb7d3gy3+qoovpA3oOx6O8yL0U8mhI="; 40 }; 41 42 # these need to be updated for any changes to fetchAttrs 43 depsHash = 44 { 45 + x86_64-linux = "sha256-CczmVD/3tWR3LygXc3cTAyrMPZUTajqtRew85wBM5mY="; 46 + aarch64-linux = "sha256-GemlfXHlaHPn1/aBxj2Ve9tuwsEdlQQCU1v57378Dgs="; 47 } 48 .${stdenv.system} or (throw "unsupported system ${stdenv.system}"); 49