honk: 1.4.2 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-06-11 12:41:32 +00:00
parent 769a46f5d2
commit 9c33eae415
+2 -2
View File
@@ -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;