Merge pull request #32838 from flokli/sqldeveloper

sqldeveloper: 17.3.0.271.2323 -> 17.3.1.279.0537

authored by

Jörg Thalheim and committed by
GitHub
b85c083c 42af265e

+3 -3
+3 -3
pkgs/development/tools/database/sqldeveloper/default.nix
··· 1 1 { stdenv, makeWrapper, requireFile, unzip, openjdk }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "17.3.0.271.2323"; 4 + version = "17.3.1.279.0537"; 5 5 name = "sqldeveloper-${version}"; 6 6 7 7 src = requireFile rec { ··· 12 12 obtain it you need to 13 13 14 14 - navigate to ${url} 15 - - make sure that it says "Version ${version}" above the list of downloads 15 + - make sure that it says "Version ${version}" above the list of downloads 16 16 - if it does not, click on the "Previous Version" link below the downloads 17 17 and repeat until the version is correct. This is necessarry because as the 18 18 time of this writing there exists no permanent link for the current version ··· 33 33 nix-prefetch-url --type sha256 file:///path/to/${name} 34 34 ''; 35 35 # obtained by `sha256sum sqldeveloper-${version}-no-jre.zip` 36 - sha256 = "06ba5920544bacbea83425548b1b8f69ab3e9bb279076321aece2c0c6d415dad"; 36 + sha256 = "d9c3c61b12a57d6b0fd6e172bf5716d6e829306d44815bf68ae42eab8a51bea3"; 37 37 }; 38 38 39 39 buildInputs = [ makeWrapper unzip ];