Skip to content

Commit

Permalink
gowall: 0.1.7 -> 0.1.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 16b85ae)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 14, 2024
1 parent 6ecc647 commit a6b9c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/go/gowall/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "gowall";
version = "0.1.7";
version = "0.1.8";

src = fetchFromGitHub {
owner = "Achno";
repo = "gowall";
rev = "v${version}";
hash = "sha256-R7dOONfyzj6V3101Rp/WhUcFpqrSKWEkVm4a2riXZAI=";
hash = "sha256-r2IvwpvtWMlIKG0TNM4cLUPKFRgUV8E06VzkPSVCorI=";
};

vendorHash = "sha256-H2Io1K2LEFmEPJYVcEaVAK2ieBrkV6u+uX82XOvNXj4=";
Expand Down

0 comments on commit a6b9c96

Please sign in to comment.