Merge pull request #317740 from shahinism/update/snowsql

snowsql: 1.2.26 -> 1.3.0
This commit is contained in:
Peder Bergebakken Sundt 2024-06-11 00:05:27 +02:00 committed by GitHub
commit 0c1ce3520b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "snowsql";
version = "1.2.26";
version = "1.3.0";
src = fetchurl {
url = "https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/${lib.versions.majorMinor version}/linux_x86_64/snowflake-snowsql-${version}-1.x86_64.rpm";
sha256 = "sha256-V0TZebmhc463DczQuTDy0nZQX+io61z/m32/n/EKFJY=";
sha256 = "sha256-KKCCj+pIwWhuzOuxljQ8Y11mAwD/GONspbXuPAMBdhE=";
};
nativeBuildInputs = [ rpmextract makeWrapper ];