cask: 0.7.2 -> 0.7.3

This commit is contained in:
Jascha Geerds 2015-08-27 22:07:55 +02:00
parent 1502117418
commit 4e478cbeaa

View file

@ -1,12 +1,12 @@
{ stdenv, fetchgit, emacs, python }:
stdenv.mkDerivation rec {
name = "cask-0.7.2";
name = "cask-0.7.3";
src = fetchgit {
url = "https://github.com/cask/cask.git";
rev = "8d667e1ce3f3aa817a7b996f02058b2441f83958";
sha256 = "08brrdyz7zsw134zwf4dyj6bj2glflszssfq8vya3mh01s38mfri";
rev = "717b64a9ba7640ec366e8573da0c01f9c4d57b0c";
sha256 = "0j18rzgpibisfcci6kcgjs8nlkfi1dw33dxp6ab6zaiarydwgcs5";
};
buildInputs = [ emacs python ];