mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
binary: 5.2 -> 5.3
Diff: https://github.com/fizzyizzy05/binary/compare/5.2...5.3 Changelog: https://github.com/fizzyizzy05/binary/releases/tag/5.3
This commit is contained in:
parent
96ec055edb
commit
183002e348
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "binary";
|
||||
version = "5.2";
|
||||
version = "5.3";
|
||||
pyproject = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fizzyizzy05";
|
||||
repo = "binary";
|
||||
tag = version;
|
||||
hash = "sha256-0pVQMPwy/XXJl2fHQ/gIi+e/cJY87CA9G+GPkdYFQBc=";
|
||||
hash = "sha256-kJLEDE/jHKc/VDGa0lcm4eM7nEMam0fbEW8YJVfc7OY=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue