aide: 0.19.2 -> 0.19.3

This commit is contained in:
R. Ryantm
2026-01-31 12:31:05 +00:00
parent 4525a2af19
commit 3e8d3469b0
+2 -2
View File
@@ -16,12 +16,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "aide";
version = "0.19.2";
version = "0.19.3";
src = fetchurl {
# We specifically want the tar.gz, so fetchFromGitHub is not suitable here
url = "https://github.com/aide/aide/releases/download/v${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";
hash = "sha256-I3YrBfRhEe3rPIoFAWyHMcAb24wfkb5IwVbDGrhedMQ=";
hash = "sha256-ZRMXC7W4wigC3Rty8C2KqfQyrvK0RwUi2wPnVSEqP0c=";
};
nativeBuildInputs = [ pkg-config ];