emiluaPlugins.botan: 1.1.0 -> 1.1.1

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2025-02-28 20:57:32 -03:00
parent 83b1af6344
commit 7fab5aa869
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "emilua-botan";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitLab {
owner = "emilua";
repo = "botan";
rev = "v${version}";
hash = "sha256-5/vcm6vNucBhl1Aki+OFNjAU7Hvc7OLAAH4CYchlBIY=";
hash = "sha256-oqJEsVe/mF/v6pCrDDG/Tug4st+LsSlYs4oRvfri8Tc=";
};
buildInputs = [