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

honk: 1.2.3 -> 1.3.1
This commit is contained in:
Pol Dellaiera
2024-03-12 08:16:36 +01:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
buildGoModule rec {
pname = "honk";
version = "1.2.3";
version = "1.3.1";
src = fetchurl {
url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
hash = "sha256-fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=";
hash = "sha256-F4Hz36nvcZv8MTh7a9Zr73kEBTS0c16Xty3T6/EzJeI=";
};
vendorHash = null;