Skip to content

Commit

Permalink
Merge pull request #264272 from r-ryantm/auto-update/der-ascii
Browse files Browse the repository at this point in the history
der-ascii: 0.1.0 -> 0.3.0
  • Loading branch information
natsukium committed Oct 30, 2023
2 parents f4d183c + a0cf0df commit 3e8293e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/der-ascii/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "der-ascii";
version = "0.1.0";
version = "0.3.0";

src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "1my93m1rx08kn2yms6k8w43byr8k61r1nra4b082j8b393wwxkqc";
sha256 = "sha256-LgxGSZQNxwx08mK9G8mSuBFTOd3pC1mvz3Wz7Y+6XR4=";
};
vendorHash = null;

Expand Down

0 comments on commit 3e8293e

Please sign in to comment.