summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 20:10:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 20:10:21 +0000
commitd2c57d447f12ab7d3f851343fa737dacdfa5188b (patch)
tree6c5b2b98ea921a2d2d21b192397127f9a184d43c /pkgs/games
parent716cab14032dde128e5ef08c3ba31066d7802e51 (diff)
the-legend-of-edgar: 1.35 -> 1.36
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/the-legend-of-edgar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/the-legend-of-edgar/default.nix b/pkgs/games/the-legend-of-edgar/default.nix
index d099bbf2a420..1efc1c13554c 100644
--- a/pkgs/games/the-legend-of-edgar/default.nix
+++ b/pkgs/games/the-legend-of-edgar/default.nix
@@ -13,14 +13,14 @@
stdenv.mkDerivation rec {
pname = "the-legend-of-edgar";
- version = "1.35";
+ version = "1.36";
src = fetchFromGitHub {
name = "${pname}-${version}-src";
owner = "riksweeney";
repo = "edgar";
rev = version;
- hash = "sha256-ojy4nEW9KiSte/AoFUMPrKCxvIeQpMVIL4ileHiBydo=";
+ hash = "sha256-u2mg4hpcjPXzuZjYKIC4lgqGJPFRB9baHvaiu/YafZw=";
};
nativeBuildInputs = [