Skip to content

Commit

Permalink
der-ascii: 0.1.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 30, 2023
1 parent c9e3cc4 commit a0cf0df
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 a0cf0df

Please sign in to comment.