honk: 1.4.1 -> 1.4.2 (#384757)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:23:13 +01:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
buildGoModule rec {
pname = "honk";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
hash = "sha256-o9K/ht31nEbx2JmLG3OSIgKZGygpDhZYqCxs6tuSnlc=";
hash = "sha256-uswlReJzPjkVOazKmMHtetVukunroesqYc8XCJHiOxQ=";
};
vendorHash = null;