forked from mirrors/nixpkgs
blahaj: 2.1.0 -> 2.2.0
This commit is contained in:
parent
680bca29c7
commit
b494552e70
|
@ -5,13 +5,13 @@
|
|||
|
||||
crystal.buildCrystalPackage rec {
|
||||
pname = "blahaj";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GeopJr";
|
||||
repo = "BLAHAJ";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-rX6isAIlpNDBOGLmtvRXmqY90ByFfXeYI0HAAPIMXf8=";
|
||||
hash = "sha256-CmMF9jDKUo+c8dYc2UEHKdBDE4dgwExcRS5sSUsUJik=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue