Skip to content

Commit 398940f

Browse files
committed
tootik: 0.16.0 -> 0.16.1
1 parent a61befb commit 398940f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/to/tootik/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "tootik";
11-
version = "0.16.0";
11+
version = "0.16.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "dimkr";
1515
repo = "tootik";
1616
tag = version;
17-
hash = "sha256-C6FPVWrQb3+tG3nwmH8XaVrnui9SfzFbazWfFj36PEg=";
17+
hash = "sha256-khEpx4XG0I6AXs40H0rvyUZiE8LMI4zaMjTrA37zjn8=";
1818
};
1919

20-
vendorHash = "sha256-asL0W5ohrXbyTAXRJBP2UdJqGa0w4mX0x/x6B3qt7Gg=";
20+
vendorHash = "sha256-gGQA/nvtQeJccTGTJtnoiR1hpruJziCEo5sbTQVR9d8=";
2121

2222
nativeBuildInputs = [ openssl ];
2323

0 commit comments

Comments
 (0)