Loading pkgs/games/fheroes2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; version = "1.0.9"; version = "1.0.10"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; hash = "sha256-l2NIoZrevI1PWK4mRjGP6jbx0LvXjz9oFsiTJ6m43JQ="; hash = "sha256-bh27piX1/HIlbOmTpqQCV7NaHxOMtwMIGrjlXrFvHWE="; }; nativeBuildInputs = [ imagemagick ]; Loading Loading
pkgs/games/fheroes2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; version = "1.0.9"; version = "1.0.10"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; hash = "sha256-l2NIoZrevI1PWK4mRjGP6jbx0LvXjz9oFsiTJ6m43JQ="; hash = "sha256-bh27piX1/HIlbOmTpqQCV7NaHxOMtwMIGrjlXrFvHWE="; }; nativeBuildInputs = [ imagemagick ]; Loading