osinfo-db: 20240701 -> 20250124

This commit is contained in:
R. Ryantm
2025-01-25 12:55:37 +00:00
parent bafca6cbe1
commit 66200fb07e
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20240701";
version = "20250124";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
hash = "sha256-HXOBpy8MRfRzvvpKkvoBCjf8T3srtdH2jgbaRA72kF0=";
hash = "sha256-fKcX8JdaeYE1orOe790UNqCwaC4paFx/0B73+DolclA=";
};
nativeBuildInputs = [