Skip to content

Commit

Permalink
emacsPackages.cask: 0.8.1 -> 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyandresen authored and bendlas committed Jul 14, 2018
1 parent bcd0483 commit b07deda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/emacs-modes/cask/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, emacs, python }:

stdenv.mkDerivation rec {
version = "0.8.1";
version = "0.8.4";
name = "cask-${version}";

src = fetchFromGitHub {
owner = "cask";
repo = "cask";
rev = "v${version}";
sha256 = "1sl094adnchjvf189c3l1njawrj5ww1sv5vvjr9hb1ng2rw20z7b";
sha256 = "1p37lq8xpyq0rc7phxgsw3b73h8vf9rkpa5959rb5k46w6ps9686";
};

buildInputs = [ emacs python ];
Expand Down

0 comments on commit b07deda

Please sign in to comment.