ascii-draw: 1.0.0 -> 1.1.0 (#404931)

authored by Aleksana and committed by GitHub f0cb4f12 6c537b3d

+2 -2
+2 -2
pkgs/by-name/as/ascii-draw/package.nix
··· 13 13 14 14 python3Packages.buildPythonApplication rec { 15 15 pname = "ascii-draw"; 16 - version = "1.0.0"; 16 + version = "1.1.0"; 17 17 pyproject = false; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Nokse22"; 21 21 repo = "ascii-draw"; 22 22 tag = "v${version}"; 23 - hash = "sha256-+K9th1LbESVzAiJqIplWpj2QHt7zDidENs7jHOuJ2S0="; 23 + hash = "sha256-ed8RSS9anU5gstWTrJc2APx7PLmTzVVWXg8Sif8tySM="; 24 24 }; 25 25 26 26 nativeBuildInputs = [