Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f541365ca443
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 587e1e27d545
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 14, 2020

  1. charm: 0.8.3 -> 0.8.4

    penguwin committed Oct 14, 2020
    Copy the full SHA
    46633c2 View commit details

Commits on Nov 5, 2020

  1. Merge pull request #100496 from penguwin/charm

    charm: 0.8.3 -> 0.8.4
    roberth authored Nov 5, 2020
    Copy the full SHA
    587e1e2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/charm/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/charm/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "charm";
version = "0.8.3";
version = "0.8.4";

src = fetchFromGitHub {
owner = "charmbracelet";
repo = "charm";
rev = "v${version}";
sha256 = "1nbix7fi6g9jadak5zyx7fdz7d6367aly6fnrs0v98zsl1kxyvx3";
sha256 = "0wsh83kchqakvx7kgs2s31rzsvnfr47jk6pbmqzjv1kqmnlhc3rh";
};

vendorSha256 = "0lhml6m0j9ksn09j7z4d9pix5aszhndpyqajycwj3apvi3ic90il";
vendorSha256 = "1lg4bbdzgnw50v6m6p7clibwm8m82kdr1jizgbmhfmzy15d5sfll";

doCheck = false;