Commit 36aa2d90 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

ltris: 1.2.6 -> 1.2.7

parent a1a5e810
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "ltris";
  version = "1.2.6";
  version = "1.2.7";

  src = fetchurl {
    url = "mirror://sourceforge/lgames/${pname}-${version}.tar.gz";
    hash = "sha256-wjziFFTAOJxSl6fvLhTv6ATZQGJefusDhqKXgOwsRvY=";
    hash = "sha256-EpHGpkLQa57hU6wKLnhVosmD6DnGGPGilN8E2ClSXLA=";
  };

  buildInputs = [