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 6983909 commit 82c3175Copy full SHA for 82c3175
pkgs/by-name/to/tootik/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "tootik";
11
- version = "0.15.6";
+ version = "0.16.0";
12
13
src = fetchFromGitHub {
14
owner = "dimkr";
15
repo = "tootik";
16
tag = version;
17
- hash = "sha256-pM8lMEdXuIBNXbWTXG8JIL9LZY0EuXR4ucrvGlxMMks=";
+ hash = "sha256-C6FPVWrQb3+tG3nwmH8XaVrnui9SfzFbazWfFj36PEg=";
18
};
19
20
- vendorHash = "sha256-04H2+O8gGaoHne/OhyBLgiwXEcL7pYPoHuw8t3C5aTE=";
+ vendorHash = "sha256-asL0W5ohrXbyTAXRJBP2UdJqGa0w4mX0x/x6B3qt7Gg=";
21
22
nativeBuildInputs = [ openssl ];
23
0 commit comments