Skip to content

Commit

Permalink
bark-server: 2.1.6 -> 2.1.9 (NixOS#367373)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 22, 2024
2 parents 563b313 + 62b6882 commit 4fb9fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bark-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

buildGoModule rec {
pname = "bark-server";
version = "2.1.6";
version = "2.1.9";

src = fetchFromGitHub {
owner = "Finb";
repo = "bark-server";
rev = "refs/tags/v${version}";
hash = "sha256-T4/ye3F0x2XvYEi6BFw6225lnYLRinwjgSz6UxqqV88=";
hash = "sha256-bZWX47krx9V0qXg6Yl8yQbX1zd5DtsWkIBLi0bDxrpA=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
Expand Down

0 comments on commit 4fb9fe2

Please sign in to comment.