Skip to content

Commit

Permalink
ejsonkms: 0.2.2 -> 0.2.3 (NixOS#368323)
Browse files Browse the repository at this point in the history
  • Loading branch information
viraptor authored Dec 26, 2024
2 parents d6678a7 + f46e092 commit 7302634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ej/ejsonkms/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "ejsonkms";
version = "0.2.2";
version = "0.2.3";

src = fetchFromGitHub {
owner = "envato";
repo = "ejsonkms";
rev = "v${version}";
hash = "sha256-aHnxdEADrzaRld7G2owSHO/0xYXIa8EBBR+phdA4eRM=";
hash = "sha256-GrereV1IFRTaQEK+wjRHnXSydaKQgQeuxYgSAxEuok0=";
};

vendorHash = "sha256-aLcSCDgd3IGiUg/JAPNIV30tAh6tDYZnFnqzaLELXw0=";
vendorHash = "sha256-bfR2jz4M5C60Nket9UW2C9GTK8jkbm6FZUar+wwDnbc=";

ldflags = [
"-X main.version=v${version}"
Expand Down

0 comments on commit 7302634

Please sign in to comment.