gist: 5.1.0 -> 6.0.0 (#98053)

wip/yesman
Wael Nasreddine 4 years ago committed by GitHub
parent b467630062
commit c80258af16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/text/gist/default.nix

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "gist";
version = "5.1.0";
source.sha256 = "0s69y6hi5iq5k6317j1kjmhi3mk586j1543q8wa608grwcmbq3fw";
version = "6.0.0";
source.sha256 = "0qnd1jqd7b04871v4l73grcmi7c0pivm8nsfrqvwivm4n4b3c2hd";
meta = with lib; {
description = "Upload code to https://gist.github.com (or github enterprise)";

Loading…
Cancel
Save