marge-bot: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-03-09 22:47:30 +00:00
parent f2b82108c3
commit d229445fbc
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "marge-bot";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitLab {
owner = "marge-org";
repo = "marge-bot";
rev = finalAttrs.version;
hash = "sha256-FKUWVJqkhdxlWcOvyACQo/At0qW9Li+l25+9oCnA4nM=";
hash = "sha256-nTVfsprCTa2S/F8GDdDw5SwQw+OrGkHrX/QwU1FZDsw=";
};
nativeBuildInputs = [