3
0
Fork 0
forked from mirrors/nixpkgs

the-legend-of-edgar: 1.35 -> 1.36

This commit is contained in:
R. Ryantm 2023-01-07 20:10:21 +00:00
parent 716cab1403
commit d2c57d447f

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 = [