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

badkeys: 0.0.10 -> 0.0.11

authored by Matthias Beyer and committed by GitHub 159187b8 255e8db0

+3 -3
+3 -3
pkgs/by-name/ba/badkeys/package.nix
··· 5 }: 6 python3Packages.buildPythonApplication rec { 7 pname = "badkeys"; 8 - version = "0.0.10"; 9 pyproject = true; 10 11 src = fetchFromGitHub { 12 owner = "badkeys"; 13 repo = "badkeys"; 14 - rev = "v${version}"; 15 - hash = "sha256-4vIPOKU/R+wASEx4OQHjtP6mJSKJDtPgQB968vuT24Y="; 16 }; 17 18 build-system = with python3Packages; [
··· 5 }: 6 python3Packages.buildPythonApplication rec { 7 pname = "badkeys"; 8 + version = "0.0.11"; 9 pyproject = true; 10 11 src = fetchFromGitHub { 12 owner = "badkeys"; 13 repo = "badkeys"; 14 + rev = "refs/tags/v${version}"; 15 + hash = "sha256-VfkJeHEdvRc0Khf/C7ZUNpjd6t+hUULCTXXY80rs4Ko="; 16 }; 17 18 build-system = with python3Packages; [