Unverified Commit 52fd6a49 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

Merge pull request #292003 from r-ryantm/auto-update/honk

honk: 1.2.1 -> 1.2.3
parents eebbe8c5 041f5be9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

buildGoModule rec {
  pname = "honk";
  version = "1.2.1";
  version = "1.2.3";

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