osinfo-db: 20240523 -> 20240701

This commit is contained in:
R. Ryantm
2024-07-02 06:34:17 +02:00
committed by Bjørn Forsman
parent e5aa523788
commit 2c962d4512
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20240523";
version = "20240701";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
hash = "sha256-ne/y39KUskzsnw1iBC8EQ62P3GYG+L6pUePlMXCpBsU=";
hash = "sha256-HXOBpy8MRfRzvvpKkvoBCjf8T3srtdH2jgbaRA72kF0=";
};
nativeBuildInputs = [