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