tootik: 0.15.1 -> 0.15.2 (#379870)

authored by Nikolay Korotkiy and committed by GitHub 00d32b57 38b037c3

+2 -2
+2 -2
pkgs/by-name/to/tootik/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "tootik"; 11 - version = "0.15.1"; 11 + version = "0.15.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "dimkr"; 15 15 repo = "tootik"; 16 16 tag = version; 17 - hash = "sha256-uq0mDlJ5NPXw1fsNcoyTbqqpZsYDkX8OSdZ5ToO0rYQ="; 17 + hash = "sha256-vMCahLG03J3D7C+qSGE+h25GbTajUO1sisU+cO97L7E="; 18 18 }; 19 19 20 20 vendorHash = "sha256-p/pgoGzrukd4mzzoyLI9g6vL4k+lTnMZOha1KrYjHJ0=";