Skip to content

Commit

Permalink
chore(release): 4.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.2](4.3.1...4.3.2) (2024-08-28)

### Bug Fixes

* **release:** rename commited file flake -> package ([ac4cb0b](ac4cb0b))
  • Loading branch information
zebradil-bot committed Aug 28, 2024
1 parent ac4cb0b commit dd6abd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.2](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.1...4.3.2) (2024-08-28)


### Bug Fixes

* **release:** rename commited file flake -> package ([ac4cb0b](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/ac4cb0b0f459e127d2416e9ce6f81734964ad5be))

## [4.3.1](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.0...4.3.1) (2024-08-28)


Expand Down
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
pkgs,
self,
}: let
baseVersion = "4.3.0";
baseVersion = "4.3.2";
commit = self.shortRev or self.dirtyShortRev or "unknown";
version = "${baseVersion}-${commit}";
in
pkgs.buildGoModule {
pname = "cloudflare-dynamic-dns";
src = ./.;
vendorHash = "sha256-/UaTOCbE8ieCtME6AudbXE5ntCptPFoESYrdn7qK0MU=";
vendorHash = "sha256-vHlBZOeJ0oZZ4zjy4UycbdiMGzEpGRqT7v3q0hDz28M=";
version = version;

CGO_ENABLED = 0;
Expand Down

0 comments on commit dd6abd2

Please sign in to comment.