mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
bean-add: 2017-04-16 -> 2017-09-13
This commit is contained in:
parent
8c1403066c
commit
b0237f767e
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bean-add-2017-04-06";
|
||||
name = "bean-add-2017-09-13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simon-v";
|
||||
repo = "bean-add";
|
||||
rev = "67c3cd345dc370f8cd967a31549c1d0b86b07024";
|
||||
sha256 = "0902lvwmf7k1h6gn3ilwzk20pxphbxsa3rn68jfhhfqpr6xpqf93";
|
||||
rev = "035f07a9e48a9dd23b49a27ba9c070ee9ddc4cc7";
|
||||
sha256 = "0lj8940bn2h8541am4x0sfqpfk5xfnyfdnf3jpajfgx6wyjm2frg";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ python ];
|
||||
|
Loading…
Reference in New Issue
Block a user