about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 01:47:05 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-11 00:08:47 -0300
commit36aa2d9072233ff2a27f8643a3b64b42a7a079a3 (patch)
tree7f98582f7e3b576a78688762406ee55a24a30f87 /pkgs/games
parenta1a5e810b108a16093c31f60ef6ef37bf8a1f1b8 (diff)
ltris: 1.2.6 -> 1.2.7
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/lgames/ltris/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/lgames/ltris/default.nix b/pkgs/games/lgames/ltris/default.nix
index aaa4a7c34e94a..8cf581b376bf6 100644
--- a/pkgs/games/lgames/ltris/default.nix
+++ b/pkgs/games/lgames/ltris/default.nix
@@ -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 = [