Skip to content

Commit

Permalink
cask: 0.7.3 -> 0.7.4 (#17107)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou authored and garbas committed Jul 20, 2016
1 parent 2df3fde commit c54a9c7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pkgs/applications/editors/emacs-modes/cask/default.nix
@@ -1,12 +1,14 @@
{ stdenv, fetchgit, emacs, python }:
{ stdenv, fetchFromGitHub, emacs, python }:

stdenv.mkDerivation rec {
name = "cask-0.7.3";

src = fetchgit {
url = "https://github.com/cask/cask.git";
rev = "717b64a9ba7640ec366e8573da0c01f9c4d57b0c";
sha256 = "0bq24hac1z77g1bybwlk991dcc3pss2gjpwq0a6vvrqg5hw02lsf";
version = "0.7.4";
name = "cask-${version}";

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

buildInputs = [ emacs python ];
Expand Down

0 comments on commit c54a9c7

Please sign in to comment.