confluent-cli: 4.37.0 -> 4.38.0

R. Ryantm bd859f0d 554be649

+5 -5
+5 -5
pkgs/by-name/co/confluent-cli/package.nix
··· 7 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "confluent-cli"; 10 - version = "4.37.0"; 11 12 # To get the latest version: 13 # curl -L https://cnfl.io/cli | sh -s -- -l | grep -v latest | sort -V | tail -n1 ··· 26 fetchurl { 27 url = "https://s3-us-west-2.amazonaws.com/confluent.cloud/confluent-cli/archives/${finalAttrs.version}/confluent_${finalAttrs.version}_${system}.tar.gz"; 28 hash = selectSystem { 29 - x86_64-linux = "sha256-UG9vLUoZEK4WSZIXa8VKZ4D7L7WxU9mkyp5WTqFQuog="; 30 - aarch64-linux = "sha256-1dz4C/QiCRq1Ncu+dOCUcXqVXed4u7Eyrmxqaj11PIY="; 31 - x86_64-darwin = "sha256-XdurFD65BypAryPkBfrvbG5dvIcIodltSd8W68H4KRw="; 32 - aarch64-darwin = "sha256-PMcPR7Q5GahEYEiCEqS0Y71To7Tyy46HvvX8VS0VVS8="; 33 }; 34 }; 35
··· 7 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "confluent-cli"; 10 + version = "4.38.0"; 11 12 # To get the latest version: 13 # curl -L https://cnfl.io/cli | sh -s -- -l | grep -v latest | sort -V | tail -n1 ··· 26 fetchurl { 27 url = "https://s3-us-west-2.amazonaws.com/confluent.cloud/confluent-cli/archives/${finalAttrs.version}/confluent_${finalAttrs.version}_${system}.tar.gz"; 28 hash = selectSystem { 29 + x86_64-linux = "sha256-NetkaNbUCbNyajtwLUVW5KpFhkyngYoWxJJxDK42QCQ="; 30 + aarch64-linux = "sha256-xzMpG7BknzOdFoUZnnlCjsCxuFCkJMzGi+yH4+0QvtQ="; 31 + x86_64-darwin = "sha256-UP5+tnLuYore8t/qi2d3iLf47OMxwF51mfJzgfLnK7s="; 32 + aarch64-darwin = "sha256-IV0zEL4ApRZug0C0A0jQm9Vp78z/kk8MwcaXNOE3Agk="; 33 }; 34 }; 35