mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gnome3.gnome-boxes: 3.28.4 → 3.28.5
This commit is contained in:
parent
6070fb3978
commit
8abddf8373
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
|||
# TODO: ovirt (optional)
|
||||
|
||||
let
|
||||
version = "3.28.4";
|
||||
version = "3.28.5";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "gnome-boxes-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-boxes/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||
sha256 = "1378zzqdwv0hnirg8k91s5vgkcl1brfild3hgach5jhg78nxdb4j";
|
||||
sha256 = "1z1qimspx1nw7l79rardxcx2bydj9nmk60vsdb611xzlqa3hkppm";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue