bsh: 2.0b5 -> 2.1.1

Switch download location, homepage refers to the new one on GitHub
This commit is contained in:
7c6f434c 2026-01-25 19:38:20 +01:00
parent ac8d05ea18
commit cf7c226dfd

View file

@ -3,7 +3,7 @@
fetchurl (finalAttrs: {
name = "${finalAttrs.pname}-${finalAttrs.version}.jar";
pname = "bsh";
version = "2.0b5";
url = "http://www.beanshell.org/bsh-${finalAttrs.version}.jar";
hash = "sha256-YjIZlWOAc1SzvLWs6z3BNlAvAixrDvdDmHqD9m/uWlw=";
version = "2.1.1";
url = "https://github.com/beanshell/beanshell/releases/download/${finalAttrs.version}/bsh-${finalAttrs.version}.jar";
hash = "sha256-cRksu+Seeiac/LoF3Fy5WcM7myba/NYmbKMoi0YfhqM=";
})