tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ascii-draw: 1.0.0 -> 1.1.0
R. Ryantm
9 months ago
d7b92528
c328e3ee
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
as
ascii-draw
package.nix
+2
-2
pkgs/by-name/as/ascii-draw/package.nix
···
13
13
14
14
python3Packages.buildPythonApplication rec {
15
15
pname = "ascii-draw";
16
16
-
version = "1.0.0";
16
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
23
-
hash = "sha256-+K9th1LbESVzAiJqIplWpj2QHt7zDidENs7jHOuJ2S0=";
23
23
+
hash = "sha256-ed8RSS9anU5gstWTrJc2APx7PLmTzVVWXg8Sif8tySM=";
24
24
};
25
25
26
26
nativeBuildInputs = [