about summary refs log tree commit diff
path: root/pkgs/tools/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-31 10:45:02 -0500
committerGitHub <noreply@github.com>2023-12-31 10:45:02 -0500
commitb7adb73ca8b60a2c779a03d4a55276c362c6408c (patch)
tree5933ae501a2cd310e93c2096c768de0e2757e0b9 /pkgs/tools/games
parentb298131ecaff96f1a8a32bc0c161531cbfd2a5fb (diff)
parenta2a8651aff40d9d480bb9133abadde1c62f4ce86 (diff)
Merge pull request #277094 from r-ryantm/auto-update/pocket-updater-utility
pocket-updater-utility: 2.38.1 -> 2.41.0
Diffstat (limited to 'pkgs/tools/games')
-rw-r--r--pkgs/tools/games/pocket-updater-utility/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/games/pocket-updater-utility/default.nix b/pkgs/tools/games/pocket-updater-utility/default.nix
index ded1180d472e7..f477cee544943 100644
--- a/pkgs/tools/games/pocket-updater-utility/default.nix
+++ b/pkgs/tools/games/pocket-updater-utility/default.nix
@@ -12,13 +12,13 @@
 
 buildDotnetModule rec {
   pname = "pocket-updater-utility";
-  version = "2.38.1";
+  version = "2.41.0";
 
   src = fetchFromGitHub {
     owner = "mattpannella";
     repo = "${pname}";
     rev = "${version}";
-    hash = "sha256-Lk5YHouQSHSWWoqTiZPjaROGM0aV7FQUvnQV/NCWV/E=";
+    hash = "sha256-rT4aK+nkqTONvo8HU60R35MWM8odZQUtEPEV/yUZb90=";
   };
 
   buildInputs = [