···11{ stdenv, makeWrapper, requireFile, unzip, openjdk }:
2233stdenv.mkDerivation rec {
44- version = "17.3.0.271.2323";
44+ version = "17.3.1.279.0537";
55 name = "sqldeveloper-${version}";
6677 src = requireFile rec {
···1212 obtain it you need to
13131414 - navigate to ${url}
1515- - make sure that it says "Version ${version}" above the list of downloads
1515+ - make sure that it says "Version ${version}" above the list of downloads
1616 - if it does not, click on the "Previous Version" link below the downloads
1717 and repeat until the version is correct. This is necessarry because as the
1818 time of this writing there exists no permanent link for the current version
···3333 nix-prefetch-url --type sha256 file:///path/to/${name}
3434 '';
3535 # obtained by `sha256sum sqldeveloper-${version}-no-jre.zip`
3636- sha256 = "06ba5920544bacbea83425548b1b8f69ab3e9bb279076321aece2c0c6d415dad";
3636+ sha256 = "d9c3c61b12a57d6b0fd6e172bf5716d6e829306d44815bf68ae42eab8a51bea3";
3737 };
38383939 buildInputs = [ makeWrapper unzip ];