Unverified Commit 233c0f92 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

yetris: 2.1.0 -> 2.3.0 (#390378)

parents 6b436ff0 9696cc13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "yetris";
  version = "2.1.0";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "alexdantas";
    repo = "yetris";
    tag = "v${finalAttrs.version}";
    hash = "sha256-jhVircWMn+ZXoaX925O41ylpxmZxV9XAmIaANMWD6H4=";
    hash = "sha256-k9CXXIaDk1eAtRBEj0VCfE+D1FtmIDX3niubAdrfjqw=";
  };

  buildInputs = [