libosinfo: 1.8.0 -> 1.9.0
This commit is contained in:
parent
1c24ff1f1f
commit
fe4f809ff4
@ -23,11 +23,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libosinfo";
|
pname = "libosinfo";
|
||||||
version = "1.8.0";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://releases.pagure.org/${pname}/${pname}-${version}.tar.xz";
|
url = "https://releases.pagure.org/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1988l5rykpzvml1l7bi2hcax0gdc811vja0f92cnr7r01nz35zs9";
|
sha256 = "sha256-tPNBgVTvP0PZQggnKUkWrqGCcCGvwG4WRPxWlRgwo1k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user