lol

hsqldb: 2.5.1 -> 2.6.0

+2 -2
+2 -2
pkgs/development/libraries/java/hsqldb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "hsqldb"; 5 - version = "2.5.1"; 5 + version = "2.6.0"; 6 6 underscoreMajMin = lib.strings.replaceChars ["."] ["_"] (lib.versions.majorMinor version); 7 7 8 8 src = fetchurl { 9 9 url = "mirror://sourceforge/project/hsqldb/hsqldb/hsqldb_${underscoreMajMin}/hsqldb-${version}.zip"; 10 - sha256 = "0yd9px85y036bp3q1assj3fgaykxrwnhnc7cbjgic39cykfy5hrg"; 10 + sha256 = "sha256-GhuTBJl1E+aoWa8pTWEqzghHDXXiCQFIt++8pjCQYik="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ unzip makeWrapper ];