seth 2024-09-13 23:11:00 -04:00
parent 602d8ecc45
commit 9e83fb1a0e
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

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 = [