openscap: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2025-04-07 00:43:28 +00:00
parent eb77ff4e9c
commit 477902ed94

View File

@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "openscap";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "OpenSCAP";
repo = "openscap";
rev = version;
hash = "sha256-omPGm3VSLmwEIzInIORLfJf7wreRyxbDOXTRl05mAz0=";
hash = "sha256-AOldgYS8qMOLB/Nm2/O0obdDOrefSrubTETb50f3Gv8=";
};
strictDeps = true;