Unverified Commit e91c3f2e authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tootik: 0.17.0 -> 0.17.1 (#423564)

parents c4116f1f f9f13eec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "tootik";
  version = "0.17.0";
  version = "0.17.1";

  src = fetchFromGitHub {
    owner = "dimkr";
    repo = "tootik";
    tag = version;
    hash = "sha256-R4My2+HpnW+gwbDjO7lUYGcIaaOPFclk/9ZqXMJ3Wd0=";
    hash = "sha256-C3jljz1ftpSlgmwY5ktTJSiZ2DVxbctFT7LZXBow73s=";
  };

  vendorHash = "sha256-Imnh/f+6pybALRnefxaTyZ95orhAQfLWdMsIIkOOurc=";