Skip to content

Commit

Permalink
tootik: 0.10.4 -> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 12, 2024
1 parent 9a65c15 commit 655aa1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/to/tootik/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "tootik";
version = "0.10.4";
version = "0.11.2";

src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
rev = version;
hash = "sha256-7rdDVxfTYcj6Wcoxrb5xCbpEYVTHQpocM27mSezkpoE=";
hash = "sha256-aAIyEUeIZvDbWfUcfcETGrB3Md8GqRB8hvRBUtMU5Zs=";
};

vendorHash = "sha256-Lsc8nK4I1gZEW7RbEapHr3IJ6wTATLElX3XfNX1LwvM=";
vendorHash = "sha256-kAnGMNBWqH37QETnn2ncp7qOaCSx6Xd4HCFhCehh/kU=";

nativeBuildInputs = [ openssl ];

Expand Down

0 comments on commit 655aa1c

Please sign in to comment.