about summary refs log tree commit diff
path: root/pkgs/games/sfrotz
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-29 09:25:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-29 09:25:10 +0000
commit088ef51c9c9a62ddbcfba1dd33ae779437cbdb65 (patch)
tree83ccdb4305e8f05f37a97afcd8bca60084e0595d /pkgs/games/sfrotz
parent82aaf63703b1d875a97a0271f7516fa5028bbce2 (diff)
sfrotz: 2.52 -> 2.54
Diffstat (limited to 'pkgs/games/sfrotz')
-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 = [