mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
cask: 0.7.3 -> 0.7.4 (#17107)
This commit is contained in:
parent
2df3fde700
commit
c54a9c73ac
@ -1,12 +1,14 @@
|
||||
{ stdenv, fetchgit, emacs, python }:
|
||||
{ stdenv, fetchFromGitHub, emacs, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cask-0.7.3";
|
||||
version = "0.7.4";
|
||||
name = "cask-${version}";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/cask/cask.git";
|
||||
rev = "717b64a9ba7640ec366e8573da0c01f9c4d57b0c";
|
||||
sha256 = "0bq24hac1z77g1bybwlk991dcc3pss2gjpwq0a6vvrqg5hw02lsf";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cask";
|
||||
repo = "cask";
|
||||
rev = "v${version}";
|
||||
sha256 = "1hvm6r6a8rgjwnn2mcamwqrmhz424vlr4mbvbri3wmn0ikbk510l";
|
||||
};
|
||||
|
||||
buildInputs = [ emacs python ];
|
||||
|
Loading…
Reference in New Issue
Block a user