Merge pull request #312778 from r-ryantm/auto-update/badkeys

badkeys: 0.0.10 -> 0.0.11
This commit is contained in:
Matthias Beyer 2024-05-19 10:32:46 +02:00 committed by GitHub
commit 159187b8c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "badkeys";
version = "0.0.10";
version = "0.0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "badkeys";
repo = "badkeys";
rev = "v${version}";
hash = "sha256-4vIPOKU/R+wASEx4OQHjtP6mJSKJDtPgQB968vuT24Y=";
rev = "refs/tags/v${version}";
hash = "sha256-VfkJeHEdvRc0Khf/C7ZUNpjd6t+hUULCTXXY80rs4Ko=";
};
build-system = with python3Packages; [