snowsql: 1.2.23 -> 1.2.26 (#230504)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Phillip Cloud
Sandro
and committed by
GitHub
4b7bda49 2e5e7f62

+5 -6
+5 -6
pkgs/applications/misc/snowsql/default.nix
··· 5 5 , patchelf 6 6 , makeWrapper 7 7 , openssl 8 - , libxcrypt 8 + , libxcrypt-legacy 9 9 }: 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "snowsql"; 13 - majorVersion = "1.2"; 14 - version = "${majorVersion}.23"; 13 + version = "1.2.26"; 15 14 16 15 src = fetchurl { 17 - url = "https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/${majorVersion}/linux_x86_64/snowflake-snowsql-${version}-1.x86_64.rpm"; 18 - sha256 = "16zx30l3g5i5ndgxsqlkmkrfzswbczpb3jcya3psq5170i8cfm8f"; 16 + url = "https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/${lib.versions.majorMinor version}/linux_x86_64/snowflake-snowsql-${version}-1.x86_64.rpm"; 17 + sha256 = "sha256-V0TZebmhc463DczQuTDy0nZQX+io61z/m32/n/EKFJY="; 19 18 }; 20 19 21 20 nativeBuildInputs = [ rpmextract makeWrapper ]; 22 21 23 - libPath = lib.makeLibraryPath [ openssl libxcrypt ]; 22 + libPath = lib.makeLibraryPath [ openssl libxcrypt-legacy ]; 24 23 25 24 buildCommand = '' 26 25 mkdir -p $out/bin/