mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:04:14 +01:00
bsh: 2.0b5 -> 2.1.1
Switch download location, homepage refers to the new one on GitHub
This commit is contained in:
parent
ac8d05ea18
commit
cf7c226dfd
1 changed files with 3 additions and 3 deletions
|
|
@ -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=";
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue