Skip to content

Commit

Permalink
Merge pull request NixOS#256338 from NixOS/honk/bump-1-1-1
Browse files Browse the repository at this point in the history
honk: 1.0.0 -> 1.1.1
  • Loading branch information
drupol authored Sep 21, 2023
2 parents edd1e27 + 236357f commit 47e1694
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 47e1694

Please sign in to comment.