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
+3 -3
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; [