ltris: 1.2.6 -> 1.2.7

This commit is contained in:
R. Ryantm 2023-10-11 01:47:05 +00:00 committed by Anderson Torres
parent a1a5e810b1
commit 36aa2d9072

View File

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