libcap_ng: 0.9.2 -> 0.9.3 (#513416)

This commit is contained in:
Leona Maroni
2026-05-06 16:19:36 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libcap-ng";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "stevegrubb";
repo = "libcap-ng";
tag = "v${finalAttrs.version}";
hash = "sha256-oQRSjAikfO3RZNa4MHXUVUQ6s4Dzt7iSCYUNB8Gs+sk=";
hash = "sha256-anuPOBWp4Hlpo+m6kYlSd2v7H3P7LQ9brZdq1lo7Po4=";
};
# NEWS needs to exist or else the build fails