about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-03 18:52:39 +0100
committerGitHub <noreply@github.com>2024-01-03 18:52:39 +0100
commita5f7571036a0458d6eb475fb48d1b51c51364f80 (patch)
tree77d42a7573ad7c9bdc131a00217bcde409812ffc /pkgs/games
parent2735347f4c428113768462729fcae78ff8f63b59 (diff)
parentbd067eabe53ea0a1a030a8cc50a618b4f6cb9654 (diff)
Merge pull request #276362 from r-ryantm/auto-update/enyo-launcher
enyo-launcher: 2.0.5 -> 2.0.6
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/doom-ports/enyo-launcher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/doom-ports/enyo-launcher/default.nix b/pkgs/games/doom-ports/enyo-launcher/default.nix
index 170777cf5a356..8bc782bb36a86 100644
--- a/pkgs/games/doom-ports/enyo-launcher/default.nix
+++ b/pkgs/games/doom-ports/enyo-launcher/default.nix
@@ -2,13 +2,13 @@
 
 mkDerivation rec {
   pname = "enyo-launcher";
-  version = "2.0.5";
+  version = "2.0.6";
 
   src = fetchFromGitLab {
     owner = "sdcofer70";
     repo = "enyo-launcher";
     rev = version;
-    sha256 = "sha256-qdVP5QN2t0GK4VBWuFGrnRfgamQDZGRjwaAe6TIK604=";
+    sha256 = "sha256-k6Stc1tQOcdS//j+bFUNfnOUlwuhIPKxf9DHU+ng164=";
   };
 
   nativeBuildInputs = [ cmake ];