From 425fa5a71049625649feaa57ddd50aba6e21cd96 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Sun, 22 Sep 2024 10:25:19 +1200 Subject: [PATCH] steamPackages.steam: 1.0.0.74 -> 1.0.0.81 --- pkgs/games/steam/steam.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix index 40ec210ebbbe..bbdb946a6b06 100644 --- a/pkgs/games/steam/steam.nix +++ b/pkgs/games/steam/steam.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation (finalAttrs: { pname = "steam-original"; - version = "1.0.0.74"; + version = "1.0.0.81"; src = fetchurl { # use archive url so the tarball doesn't 404 on a new release url = "https://repo.steampowered.com/steam/archive/stable/steam_${finalAttrs.version}.tar.gz"; - hash = "sha256-sO07g3j1Qejato2LWJ2FrW3AzfMCcBz46HEw7aKxojQ="; + hash = "sha256-Gia5182s4J4E3Ia1EeC5kjJX9mSltsr+b+1eRtEXtPk="; }; makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];