mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
sylpheed: fix version to match tarball
This commit is contained in:
parent
f61a4118d0
commit
d614ae9959
@ -11,7 +11,7 @@ assert sslSupport -> openssl != null;
|
||||
assert gpgSupport -> gpgme != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sylpheed-3.2";
|
||||
name = "sylpheed-3.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://sylpheed.sraoss.jp/sylpheed/v3.2/sylpheed-3.2.0.tar.bz2;
|
||||
|
Loading…
Reference in New Issue
Block a user