mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ised: update from 2.2.2 to 2.5.0
This commit is contained in:
parent
4095a1d554
commit
f95db595e7
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ let
|
|||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
baseName="ised";
|
||||
version="2.2.2";
|
||||
version="2.5.0";
|
||||
name="${baseName}-${version}";
|
||||
url="mirror://sourceforge/project/ised/${name}.tar.bz2";
|
||||
hash="1nb1cnsbs2k3j9cy2kc2kg01rd7wf3jwxm62rwn1rjlc46nwdlmn";
|
||||
hash="1avfb4ivq6iz50rraci0pcxl0w94899sz6icdqc0l4954y4zs8qd";
|
||||
};
|
||||
in
|
||||
rec {
|
||||
|
|
Loading…
Reference in a new issue