Merge pull request #162480 from AndersonTorres/new-misc

blockattack: 2.7.0 -> 2.8.0
This commit is contained in:
Anderson Torres 2022-03-03 00:47:06 -03:00 committed by GitHub
commit 2ec61aa313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [