blockattack: 2.7.0 -> 2.8.0

This commit is contained in:
AndersonTorres 2022-03-02 08:09:13 -03:00
parent b9234e3dfc
commit 1b534c4789

View File

@ -15,14 +15,13 @@
stdenv.mkDerivation rec {
pname = "blockattack";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
name = "${pname}-${version}-src";
owner = "blockattack";
repo = "blockattack-game";
rev = "v${version}";
hash = "sha256-ySLm3AdoJRiMRdla45OJh8ZIFYNh+HzjG2VnFqoWuZA=";
hash = "sha256-2oKesdr2eNZhDlGrFRiH5/8APFkGJfxPCNvzFoIumdQ=";
};
nativeBuildInputs = [