Merge pull request #112238 from r-ryantm/auto-update/ultralist

ultralist: 1.5.1 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2021-02-07 06:40:29 -08:00 committed by GitHub
commit cbcca78f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "ultralist"; pname = "ultralist";
version = "1.5.1"; version = "1.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ultralist"; owner = "ultralist";
repo = "ultralist"; repo = "ultralist";
rev = version; rev = version;
sha256 = "09kgf83jn5k35lyrnyzbsy0l1livzmy292qmlbx5dkdpaq5wxnmp"; sha256 = "sha256-GGBW6rpwv1bVbLTD//cU8jNbq/27Ls0su7DymCJTSmY=";
}; };
vendorSha256 = null; vendorSha256 = null;