age: 1.0.0-beta5 -> 1.0.0-beta6

https://github.com/FiloSottile/age/compare/v1.0.0-beta5...v1.0.0-beta6
This commit is contained in:
Cole Helbling 2021-01-16 21:34:23 -08:00
parent ddad87f26a
commit a018f7c35d
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "age";
version = "1.0.0-beta5";
vendorSha256 = "0km7a2826j3fk2nrkmgc990chrkcfz006wfw14yilsa4p2hmfl7m";
version = "1.0.0-beta6";
vendorSha256 = "sha256-FTByNpLkWWHAWe5wVDRBGtKap/5+XGHeBMQAIdlPCkA=";
src = fetchFromGitHub {
owner = "FiloSottile";
repo = "age";
rev = "v${version}";
sha256 = "1hdbxd359z8zvnz7h8c4pa16nc7r8db36lx3gpks38lpi0r8hzqk";
sha256 = "sha256-1LCcCEf2/R0am0jpA8yKl44+AoUFkbepxp9V6/nZkBQ=";
};
meta = with lib; {