about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-03 08:23:29 -0500
committerGitHub <noreply@github.com>2024-02-03 08:23:29 -0500
commit88e3ac79cb08011d02518df0bd29b0ad8ed5372c (patch)
tree2f30cd251d70b4088bdcd3c8bf4146d2c7329a22 /pkgs/games
parenta036323452fd7339b219ecdb629ded92d6353579 (diff)
parent68423349425de7e788f9209d21f8261b70acd2a9 (diff)
downloadnixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.tar
nixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.tar.gz
nixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.tar.bz2
nixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.tar.lz
nixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.tar.xz
nixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.tar.zst
nixlib-88e3ac79cb08011d02518df0bd29b0ad8ed5372c.zip
Merge pull request #285862 from aidalgol/heroic-2.12.1
heroic: 2.12.0 -> 2.12.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/heroic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/heroic/default.nix b/pkgs/games/heroic/default.nix
index 583853b64cca..ef3f13dc1bf0 100644
--- a/pkgs/games/heroic/default.nix
+++ b/pkgs/games/heroic/default.nix
@@ -17,13 +17,13 @@
 let appName = "heroic";
 in stdenv.mkDerivation rec {
   pname = "heroic-unwrapped";
-  version = "2.12.0";
+  version = "2.12.1";
 
   src = fetchFromGitHub {
     owner = "Heroic-Games-Launcher";
     repo = "HeroicGamesLauncher";
     rev = "v${version}";
-    hash = "sha256-1+TqIExvZHE3X38Fh43CasmTyjIr2WcEw07ZJEFrcBw=";
+    hash = "sha256-dfyyxE2U5rSSoTY2L5bKsnjQ8u53GgAXa+V+idDr51Q=";
   };
 
   offlineCache = fetchYarnDeps {