persepolis: 5.1.0 -> 5.1.1 (#410084)

This commit is contained in:
Wolfgang Walther
2025-06-01 11:43:57 +00:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "persepolis";
version = "5.1.0";
version = "5.1.1";
format = "other";
src = fetchFromGitHub {
owner = "persepolisdm";
repo = "persepolis";
tag = version;
hash = "sha256-viRRPccw0C1GmZFXWAtg008HfDmnTwEjg2TqVlIiICY=";
hash = "sha256-+gdrcEOUrMZw4nTO4bFLGanD4f7OumxTE99hpXlo69w=";
};
postPatch = ''