Commit 9c33eae4 authored by R. RyanTM's avatar R. RyanTM
Browse files

honk: 1.4.2 -> 1.5.1

parent 769a46f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

buildGoModule rec {
  pname = "honk";
  version = "1.4.2";
  version = "1.5.1";

  src = fetchurl {
    url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
    hash = "sha256-uswlReJzPjkVOazKmMHtetVukunroesqYc8XCJHiOxQ=";
    hash = "sha256-VOeA2oQNmcEVfvWrKnWWUz6n+WjMuxYQnbqPfWaHGLM=";
  };
  vendorHash = null;