gnome3.gnome-mines: 3.28.0 → 3.30.1.1
This commit is contained in:
parent
48a7318d5a
commit
239364679e
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnome-mines-${version}";
|
||||
version = "3.28.0";
|
||||
version = "3.30.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-mines/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "16w55hqaxipcv870n9gpn6qiywbqbyg7bjshaa02r75ias8dfxvf";
|
||||
sha256 = "08ddk400sg1g3q26gnm5mgv81vdqyix0yl7pd47p50vkc1w6f33z";
|
||||
};
|
||||
|
||||
# gobjectIntrospection for finding vapi files
|
||||
|
|
Loading…
Reference in a new issue