Skip to content

Commit

Permalink
tootik: 0.14.0 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2025
1 parent 93dbaf6 commit 38df913
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 @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "tootik";
version = "0.14.0";
version = "0.14.1";

src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
tag = version;
hash = "sha256-9R/3rvFJTXvIfJF698yZ0wMmsN2T3I/Kj1nfOOZoOkI=";
hash = "sha256-uYMQ62OUDhd+LT7ORCDttDC+ojGN+7IDBpqKhShm6Nk=";
};

vendorHash = "sha256-ADor2SEEPkWZVwpNEeb8ijUPAA6jZfD7QXJIIZ6BdD0=";
vendorHash = "sha256-GSi+sQz7kgp1YHEzH/Y7rOOEEhhvzd75cVhSow3URaU=";

nativeBuildInputs = [ openssl ];

Expand Down

0 comments on commit 38df913

Please sign in to comment.