mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libosinfo: 0.2.11 -> 0.2.12
Unbreaks gnome-boxes 3.18
This commit is contained in:
parent
729fb7a440
commit
0bd5a83403
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libosinfo-0.2.11";
|
name = "libosinfo-0.2.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://fedorahosted.org/releases/l/i/libosinfo/${name}.tar.gz";
|
url = "https://fedorahosted.org/releases/l/i/libosinfo/${name}.tar.gz";
|
||||||
sha256 = "0889zvidhmpk3nd7c1xhh3fkk9i014dkr6zdlddh89kbflva2sxv";
|
sha256 = "1vcg8ylh7q69s9y6hj94dqfffwfbann3i28yqgfc01navf6yl07s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue