summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-13 01:59:53 +0200
committerGitHub <noreply@github.com>2023-10-13 01:59:53 +0200
commit272a0b26260ca99d80c715d209e26fc3d46fa375 (patch)
tree678774224a94a0eeb419ff20bbc511812ae83921 /pkgs/games
parentdb3fce3946105728215ed667360035c43b885f4d (diff)
parent088ef51c9c9a62ddbcfba1dd33ae779437cbdb65 (diff)
Merge pull request #258006 from r-ryantm/auto-update/sfrotz
sfrotz: 2.52 -> 2.54
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/sfrotz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/sfrotz/default.nix b/pkgs/games/sfrotz/default.nix
index e6b959371995e..e90f1639e1702 100644
--- a/pkgs/games/sfrotz/default.nix
+++ b/pkgs/games/sfrotz/default.nix
@@ -15,14 +15,14 @@
 
 stdenv.mkDerivation rec {
   pname = "sfrotz";
-  version = "2.52";
+  version = "2.54";
 
   src = fetchFromGitLab  {
     domain = "gitlab.com";
     owner = "DavidGriffith";
     repo = "frotz";
     rev = version;
-    sha256 = "11ca1dz31b7s5vxjqncwjwmbbcr2m5v2rxjn49g4gnvwd6mqw48y";
+    sha256 = "sha256-GvGxojD8d5GVy/d8h3q6K7KJroz2lsKbfE0F0acjBl8=";
   };
 
   buildInputs = [