gspell: 1.0.0 -> 1.0.3
This commit is contained in:
parent
0ee1b5eb5b
commit
b9db440516
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
fetchurl: rec {
|
||||
major = "1.0";
|
||||
minor = "0";
|
||||
minor = "3";
|
||||
name = "gspell-${major}.${minor}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gspell/${major}/${name}.tar.xz";
|
||||
sha256 = "1nkpy005qyrfdklrjnvx5xksd3dv27fmn48wi12q8c8whxy2al3a";
|
||||
sha256 = "1m8v4rqaxjsblccc3nnirkbkzgqm90vfpzp3x08lkqriqvk0anfr";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue