Merge pull request #94089 from cixel/patch-1

tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
This commit is contained in:
Lassulus 2020-09-08 21:13:09 +02:00 committed by GitHub
commit 326ab94258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,12 +89,12 @@ in rec {
cpu = mkDerivation {
pluginName = "cpu";
version = "unstable-2020-04-05";
version = "unstable-2020-07-25";
src = fetchFromGitHub {
owner = "tmux-plugins";
repo = "tmux-cpu";
rev = "8858050756e1fc3c081d37894b441f05ea893a67";
sha256 = "1bydzrnd9y5y46hjr844p4ylx2dpijn6pv3w94yyvwbyswmirhff";
rev = "20120a38ade17057441482b43eb5390e6ea2c1c1";
sha256 = "1gdz2awyd9icvyiw2p40gwymh6ngjhb9mkiv63ix53snp9ii794i";
};
};