gemget: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2023-03-18 05:37:29 +00:00
parent b7a3087658
commit 5f300b3588

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gemget";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "makeworld-the-better-one";
repo = pname;
rev = "v${version}";
sha256 = "PmtIgxnzfLduNGTx8SNDky6juv+NTJ8Cr++SOCk/QNU=";
sha256 = "sha256-P5+yRaf2HioKOclJMMm8bJ8/BtBbNEeYU57TceZVqQ8=";
};
vendorSha256 = "sha256-Ep6HAJgurxFbA4L77z8V2ar06BBVWlAJS9VoSSUg27U=";
vendorHash = "sha256-l8UwkFCCNUB5zyhlyu8YC++MhmcR6midnElCgdj50OU=";
meta = with lib; {
description = "Command line downloader for the Gemini protocol";