aide: 0.19 -> 0.19.1

(cherry picked from commit 7148e4be62)
This commit is contained in:
R. Ryantm
2025-07-06 06:28:51 +00:00
committed by Michael Daniels
parent 7322af6d57
commit 2cb9c64c62

View File

@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "aide";
version = "0.19";
version = "0.19.1";
src = fetchurl {
url = "https://github.com/aide/aide/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-5/ugIUvgEpnXY1m/8pdSM+0kEzLkz8//Wc0baomrpeQ=";
sha256 = "sha256-bfi/XwQD10r329uR6zyPYf4H6WRmnbjPoe5+TuPpC1I=";
};
buildInputs = [