Skip to content

Commit

Permalink
honk: 1.0.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 20, 2023
1 parent 86bb247 commit 236357f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/honk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

buildGoModule rec {
pname = "honk";
version = "1.0.0";
version = "1.1.1";

src = fetchurl {
url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
hash = "sha256-+0W9HncN+51dRE9bWJU4cAfYOc5bxNAqPe4xY+4UFg0=";
hash = "sha256-kfoSVGm1QKVjDiWvjK4QzAoA/iiU9j6DS3SYFSM+AaA=";
};
vendorHash = null;

Expand Down

0 comments on commit 236357f

Please sign in to comment.