We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61befb commit 398940fCopy full SHA for 398940f
pkgs/by-name/to/tootik/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "tootik";
11
- version = "0.16.0";
+ version = "0.16.1";
12
13
src = fetchFromGitHub {
14
owner = "dimkr";
15
repo = "tootik";
16
tag = version;
17
- hash = "sha256-C6FPVWrQb3+tG3nwmH8XaVrnui9SfzFbazWfFj36PEg=";
+ hash = "sha256-khEpx4XG0I6AXs40H0rvyUZiE8LMI4zaMjTrA37zjn8=";
18
};
19
20
- vendorHash = "sha256-asL0W5ohrXbyTAXRJBP2UdJqGa0w4mX0x/x6B3qt7Gg=";
+ vendorHash = "sha256-gGQA/nvtQeJccTGTJtnoiR1hpruJziCEo5sbTQVR9d8=";
21
22
nativeBuildInputs = [ openssl ];
23
0 commit comments