1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-08-16 01:20:28 +03:00

version 0.14.0

This commit is contained in:
Ryan Mulligan 2023-09-14 16:20:33 -07:00
parent 7d39a26d73
commit 54693c91d9

View File

@ -12,7 +12,7 @@
}:
stdenv.mkDerivation rec {
pname = "agenix";
version = "0.13.0";
version = "0.14.0";
src = substituteAll {
inherit ageBin version;
sedBin = "${gnused}/bin/sed";