pbgopy: 0.1.1 -> 0.2.0

This commit is contained in:
R. RyanTM 2020-12-08 02:39:00 +00:00
parent 55324b51e7
commit c18ffac4c7
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "pbgopy"; pname = "pbgopy";
version = "0.1.1"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nakabonne"; owner = "nakabonne";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "17rk15hs7kg9m1vphh1gjny7sqnk80qw61jn8qyxcmw2n55rkmfp"; sha256 = "0impgx9w9lk93b7p1vhjnbslr04655fn6csx7hj04kffzhyb3p1q";
}; };
vendorSha256 = "1ak3hd979395grbns9p5sw5f45plcqq6vg7j7v8n7xqc20s2l8m9"; vendorSha256 = "09hn92bi2rmixpsgckbi8f70widls40fwqqm7y7rqglyjqi7rdmw";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Copy and paste between devices"; description = "Copy and paste between devices";