Merge pull request #209552 from r-ryantm/auto-update/the-legend-of-edgar

the-legend-of-edgar: 1.35 -> 1.36
This commit is contained in:
Anderson Torres
2023-01-07 17:36:40 -03:00
committed by GitHub
+2 -2
View File
@@ -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 = [