mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ised: 2.7.0 -> 2.7.1
This commit is contained in:
parent
c27ea9bb6b
commit
d9e64c830c
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ised-${version}";
|
||||
version = "2.7.0";
|
||||
version = "2.7.1";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/ised/${name}.tar.bz2";
|
||||
sha256 = "08wzgmyvlhfaxa0m2b6pw2mn03k1a87pzbzxm0x9z84gci9w2g4h";
|
||||
sha256 = "0fhha61whkkqranqdxg792g0f5kgp5m3m6z1iqcvjh2c34rczbmb";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue