Skip to content

Commit

Permalink
ogen: 1.4.1 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent 06d633e commit ef5b0c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/og/ogen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "ogen";
version = "1.4.1";
version = "1.9.0";

src = fetchFromGitHub {
owner = "ogen-go";
repo = "ogen";
tag = "v${version}";
hash = "sha256-SwJY9VQafclAxEQ/cbRJALvMLlnSIItIOz92XzuCoCk=";
hash = "sha256-clskb5DA1dNVKjKgtYakvshRrkeoqiwYX4QKAqSdKnE=";
};

vendorHash = "sha256-IxG7y0Zy0DerCh5DRdSWSaD643BG/8Wj2wuYvkn+XzE=";
vendorHash = "sha256-Ud1fg2wv+EM6h8dRO4R5SABOhPldF7uc9VwEw2/B6No=";

patches = [ ./modify-version-handling.patch ];

Expand Down

0 comments on commit ef5b0c3

Please sign in to comment.