openscap: 1.4.0 -> 1.4.1 (#372144)

Co-authored-by: Tochiaha <Tochiaha@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-10 07:42:36 +00:00
committed by GitHub
co-authored by Tochiaha
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "openscap";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "OpenSCAP";
repo = "openscap";
rev = version;
hash = "sha256-LYDXASy1yZA+GfUKaXUKyZgdRqGERvMeyVIHJFfCfII=";
hash = "sha256-omPGm3VSLmwEIzInIORLfJf7wreRyxbDOXTRl05mAz0=";
};
strictDeps = true;