gnome3.gnome-boxes: 3.28.3 → 3.28.4

This commit is contained in:
Jan Tojnar 2018-05-19 16:53:59 +02:00
parent 2ffff13c8d
commit 683d397dd8
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
# TODO: ovirt (optional)
let
version = "3.28.3";
version = "3.28.4";
in stdenv.mkDerivation rec {
name = "gnome-boxes-${version}";
src = fetchurl {
url = "mirror://gnome/sources/gnome-boxes/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "05x9c7w60cafcd3bdkr68ra8pbh7m8pciw67871hckaqafw76q1d";
sha256 = "1378zzqdwv0hnirg8k91s5vgkcl1brfild3hgach5jhg78nxdb4j";
};
doCheck = true;