Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
torywheelwright committed Mar 29, 2024
1 parent 9ac282d commit 614f39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule {
pname = "oplogtoredis";
version = "3.1.0";
version = "3.3.0";
src = builtins.path { path = ./.; };

postInstall = ''
'';

# update: set value to an empty string and run `nix build`. This will download Go, fetch the dependencies and calculates their hash.
vendorHash = "sha256-ceToA2DC1bhmg9WIeNSAfoNoU7sk9PrQqgqt5UbpivQ=";

nativeBuildInputs = [ installShellFiles ];
doCheck = false;
doInstallCheck = false;
Expand Down

0 comments on commit 614f39b

Please sign in to comment.