Skip to content

Commit

Permalink
vinegar: 1.5.8 -> 1.5.9
Browse files Browse the repository at this point in the history
Updates all the required hashes and package version to match the latest version of vinegar (which at the time of writing is 1.5.9).
  • Loading branch information
ardishko authored Dec 12, 2023
1 parent 666fc80 commit a06043c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/vi/vinegar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "vinegar";
version = "1.5.8";
version = "1.5.9";

src = fetchFromGitHub {
owner = "vinegarhq";
repo = "vinegar";
rev = "v${version}";
hash = "sha256-1KDcc9Hms1hQgpvf/49zFJ85kDUsieNcoOTYaZWV+S0=";
hash = "sha256-cLzQnNmQYyAIdTGygk/CNU/mxGgcgoFTg5G/0DNwpz4=";
};

vendorHash = "sha256-UJLwSOJ4vZt3kquKllm5OMfFheZtAG5gLSA20313PpA=";
vendorHash = "sha256-DZI4APnrldnwOmLZ9ucFBGQDxzPXTIi44eLu74WrSBI=";

nativeBuildInputs = [ pkg-config makeBinaryWrapper ];
buildInputs = [ libGL libxkbcommon xorg.libX11 xorg.libXcursor xorg.libXfixes wine ];
Expand Down

0 comments on commit a06043c

Please sign in to comment.