Skip to content

Commit

Permalink
Merge pull request #93606 from cmacrae/upgrade/spacebar/v1.1.1
Browse files Browse the repository at this point in the history
spacebar: 1.1.0 -> 1.1.1
  • Loading branch information
marsam committed Jul 22, 2020
2 parents f3f6449 + fcdb62d commit 373d71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/darwin/spacebar/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "spacebar";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "cmacrae";
repo = pname;
rev = "v${version}";
sha256 = "0w0mkf4kb21aicb85zbp3m6nvk6m5306mchbd5nm988kgirmxnl4";
sha256 = "1x0wzm380nv81j26jqqg4y4dwanydnpdsca41ndw6xyj9zlv73f7";
};

buildInputs = [ Carbon Cocoa ScriptingBridge ];
Expand Down

0 comments on commit 373d71d

Please sign in to comment.