tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
auto-editor: 28.0.1 -> 28.0.2
R. Ryantm
8 months ago
9079857a
d0797095
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
au
auto-editor
package.nix
+2
-2
pkgs/by-name/au/auto-editor/package.nix
···
7
7
8
8
python3Packages.buildPythonApplication rec {
9
9
pname = "auto-editor";
10
10
-
version = "28.0.1";
10
10
+
version = "28.0.2";
11
11
pyproject = true;
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "WyattBlue";
15
15
repo = "auto-editor";
16
16
tag = version;
17
17
-
hash = "sha256-n+9qesm2LCTXJ+X/hDaFQ5EjN+xfnLdl6G8+Qna/cyM=";
17
17
+
hash = "sha256-ozw5ZPvKP7aTBBItQKNx85hZ1T4IxX9NYCcNHC5UuuM=";
18
18
};
19
19
20
20
postPatch = ''