Skip to content

Commit a7508c5

Browse files
waymore: 4.7 -> 6.1 (#436068)
2 parents 66e5175 + bb97227 commit a7508c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wa/waymore/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
python3Packages.buildPythonApplication rec {
1010
pname = "waymore";
11-
version = "4.7";
11+
version = "6.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "xnl-h4ck3r";
1616
repo = "waymore";
1717
tag = "v${version}";
18-
hash = "sha256-oaswuXQPdAl2XExwEWnSN15roqNj9OVUr1Y1vsX461o=";
18+
hash = "sha256-eoq1F6P3ZMb+O+SYmVhV3JHJMNbfcdyCnn4wy17RBv0=";
1919
};
2020

2121
preBuild = ''

0 commit comments

Comments
 (0)