Commit 297ed1a6 authored by Jon Hermansen's avatar Jon Hermansen
Browse files

gamemode: update 1.8.2 hash to include an additional commit

When bootstrapping NixOS from source, I found that this package no
longer builds without the cache. A quick diff of the project shows
a one line change that bumps the project version in their meson build

Comparing build outputs old vs. new, only store paths have changed
parent 49bb9c2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "FeralInteractive";
    repo = "gamemode";
    tag = finalAttrs.version;
    hash = "sha256-JkDFhFLUHlgD6RKxlxMjrSF2zQ4AWmRUQMLbWYwIZmg=";
    hash = "sha256-V0rewbSVOGFqJqXyCz4jXpuDM0EfjdkpGPl+WdDwI5I=";
  };

  outputs = [