ramalama: 0.12.1 -> 0.12.2

This commit is contained in:
R. Ryantm
2025-09-11 14:15:00 +00:00
parent ce43b94ad4
commit 82860afaf5
+2 -2
View File
@@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ramalama";
version = "0.12.1";
version = "0.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "containers";
repo = "ramalama";
tag = "v${version}";
hash = "sha256-BFJoM9MEprCdCANQntb4IIuWhtUXvCnK/mE7vOdf2PM=";
hash = "sha256-v9/cE6GFOUT5urHQwif7skP5vnRCdu435QGAAypWX0w=";
};
build-system = with python3.pkgs; [