Skip to content

Commit

Permalink
pat: 0.15.0 -> 0.15.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 5bf787f)
  • Loading branch information
sarcasticadmin authored and github-actions[bot] committed Dec 5, 2023
1 parent f0749c1 commit 278b245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/radio/pat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "pat";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "la5nta";
repo = "pat";
rev = "v${version}";
hash = "sha256-ydv7RQ6MJ+ifWr+babdsDRnaS7DSAU+jiFJkQszy/Ro=";
hash = "sha256-wNWqqGc4mf3z0ejMpU+jWhqCbjNJ2b6+pbBjDYKwKK8=";
};

vendorHash = "sha256-TMi5l9qzhhtdJKMkKdy7kiEJJ5UPPJLkfholl+dm/78=";
vendorHash = "sha256-m5yb6+TfRApw0ZROx9ZA3RPiKV+1DHo/73CNQpIfMlU=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit 278b245

Please sign in to comment.