binary: 4.0 -> 5.0 (#341731)

This commit is contained in:
Nick Cao 2024-09-14 09:01:51 -04:00 committed by GitHub
commit 80b56b9e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "binary";
version = "4.0";
version = "5.0";
format = "other";
src = fetchFromGitHub {
owner = "fizzyizzy05";
repo = "binary";
rev = "refs/tags/${version}";
hash = "sha256-sIW20yHNPBeGSV9Rx7GMpuWpSkVgk5YMJoeYEq7Ag6s=";
hash = "sha256-T/gFXYcUJBN1NWMQaFco1bqqZTz3JHQpM8C2Y5yz7SI=";
};
nativeBuildInputs = [