Skip to content

Commit

Permalink
binary: 5.0 -> 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 7, 2024
1 parent 9d4343b commit cf166c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bi/binary/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

python3Packages.buildPythonApplication rec {
pname = "binary";
version = "5.0";
version = "5.1";
format = "other";

src = fetchFromGitHub {
owner = "fizzyizzy05";
repo = "binary";
rev = "refs/tags/${version}";
hash = "sha256-T/gFXYcUJBN1NWMQaFco1bqqZTz3JHQpM8C2Y5yz7SI=";
hash = "sha256-HBmWaT0cjYz3UAO1r5chFW7KARpL1EnY8wEeR9etPE0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit cf166c4

Please sign in to comment.